aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-12-09 18:55:21 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-09 18:55:21 +0200
commit8ba98a86805c886719057f9df0d5a74c58c6dabd (patch)
tree8bb5a0890f9a69c01ff219553750058b5da82476 /TODO.txt
parentcff5a0dfa89ab3a7f95512382cedf88f8e1709d1 (diff)
Add do builtin
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 72f656f..bbd55ae 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,3 +1,3 @@
-add a `do` builtin that runs given exprs and returns the result of the last one
+add a `Debug/break` builtin that allows simple interactive debugging
add an atom/cell/box data type for storing mutable state
write tests