aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-12-11 13:51:04 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-11 13:51:04 +0200
commit3f7d328d356c75c0ae57c67eb64fb5337361cce7 (patch)
treef57e11eb89b50aecce10016078d9bdddcadc796c /TODO.txt
parentca75962a335a9954962b0213e060e3895ddc69fb (diff)
Only evaluate fn arg when immediately calling function with that arg
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 3669134..59c655f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,3 +1,2 @@
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