aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
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