aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-12-11 01:37:40 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-11 12:51:50 +0200
commitca75962a335a9954962b0213e060e3895ddc69fb (patch)
tree708407988db3bef5c3c0ddff20f106f39c43e496 /TODO.txt
parentd0614dd946baf05375172d7a50f5eb250b9a7b00 (diff)
Fix collection literal evaluation
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 59c655f..3669134 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,2 +1,3 @@
add a `Debug/break` builtin that allows simple interactive debugging
+instead of evaling all args first and then curry calling fn, eval only one at a time
write tests