aboutsummaryrefslogtreecommitdiffstats
path: root/todo.md
blob: 1c3669978941a0684bd3bd6adf2b0e4866aebd02 (plain)
1
2
3
4
5
6
7
8
9
10
# TODO

In order of priority

- Fix `let` bug
  - Error in: 3:e2e:4 unexpected error: symbol y not defined in environment
- Memoize pure top-level let-bindings with `let memo`
- Add a `catch` builtin for catching fatal errors
- Write function let expressions properly using lookups
- Write tests!