aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-12-09 15:53:16 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-09 15:53:16 +0200
commit47c2eca7dceae9fb4e6f687f70273fb262fa07a2 (patch)
tree81554c139448a602a4e4126ca53e322c38c06cfa /TODO.txt
parentd64c5725d79195fc6ef0472d4efa55737ebc00c3 (diff)
Add try! builtin
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index fc29273..808a4aa 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,2 +1,4 @@
-add a `catch` builtin for catching fatal errors
+fix impure context issues
+add a `do` builtin that runs given exprs and returns the result of the last one
+add an atom/cell/box data type for storing mutable state
write tests