summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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").