blob: 000ad65406cc1c1629e8408945638dba28198a9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# TODO
In order of priority
- Write function let expressions properly using lookups
- Add proper module system
- Make exports a return value of runXXX functions
- Write tests!
- Come up with a name for the language
- Add auto import for standard library (std) and a flag to disable auto import
- Add effects system (see `examples/effects-concept.lisp`)
|