aboutsummaryrefslogtreecommitdiffstats
path: root/todo.md
diff options
context:
space:
mode:
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index e1f5f60..239de53 100644
--- a/todo.md
+++ b/todo.md
@@ -2,6 +2,7 @@
In order of priority
-- Memoize pure functions automatically
+- 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!