aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-12-09 18:16:41 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-09 18:16:41 +0200
commitcff5a0dfa89ab3a7f95512382cedf88f8e1709d1 (patch)
treed6b49f3a49d623fdac1042b6de280886f587e5a1 /TODO.txt
parent0ec99f0ddba6084df7c78ff905849a9d3d0a3c5b (diff)
Fix purity issue
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 808a4aa..72f656f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,4 +1,3 @@
-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