summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Cerqueira <dan.git@lispclub.com>2025-05-29 21:17:42 +0100
committerDaniel Cerqueira <dan.git@lispclub.com>2025-05-30 09:42:57 +0100
commit2b03b74037e5844c4bc05e9febda45e560a46f42 (patch)
treeb63a1da4a845f0428faaaf50c31d988d989765fb /TODO
parent4ca60176436134226d269a21e899a5fa3ae65e3d (diff)
newNumber() with string argument and continue making numbers neutral
- also update .gitignore
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0a55ffd..1fea73e 100644
--- a/TODO
+++ b/TODO
@@ -9,7 +9,8 @@ make unit testing.
instead of returning "#<Lambda ..." it should return the expression.
remove lambda_type and macro_type.
-
+make numbers be symbols. (done)
+make number symbols neutral. (done)
fix a security bug of setting a primitive. (done)
improve performance of progs1. (done)
makes no sense to make progs accept a lambda argument. (because the evaluation of each step would require a fixing a symbol, such as fixing the symbol "t").