diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-10-05 14:28:00 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | 78fac664f39dc52818fb99264c258b822df7d5b9 (patch) | |
| tree | 9b7187e15c4b2690df89e7558c610f20c99e9efd /todo.md | |
| parent | 77968899b90cd9afe2ed2668b290b66cb553ced2 (diff) | |
Refactor Env into LContext
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,8 +2,11 @@ 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! -- 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`) |
