blob: 5f6594c52e198dc591c10f44dec53e95998a6b90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# TODO
In order of priority
- Add proper module system
- Make exports a return value of runXXX functions
- Add "stack traces" (somehow)
- Write function let expressions properly using lookups
- 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`)
|