aboutsummaryrefslogtreecommitdiffstats
path: root/todo.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-12-06 21:18:18 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-06 21:36:54 +0200
commit6b9782ce4a36e93156426b5747efcc90401b6251 (patch)
tree3a7c68ee5eb3a03ec00a0dd850bb8512eec5b84a /todo.md
parent35bf45fe54788c6fca6b105b65fc1622a4bb7d34 (diff)
Add core/result.milch
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!