blob: 4e71090f51afd6461768ad25c4280589a92453eb (
plain)
1
2
3
4
5
6
7
8
9
10
|
# TODO
In order of priority
- Write tests!
- Add builtins to compare numbers (eq?, lt?)
- Add import function with support for qualified imports
- 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`)
|