blob: d4dd292e8b92ccf81a0e7538cc4fa812bc5a87ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# TODO
In order of priority
- Make builtin math functions support both number types (integer and double)
- Write tests!
- Add builtins to convert from int to double and vice versa
- Add builtin to convert to string
- 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)
- Add flag to disable auto import of standard library
- Add effects system (see `examples/effects-concept.lisp`)
|