diff options
author | Daniel Cerqueira <dan.git@lispclub.com> | 2025-05-29 21:17:42 +0100 |
---|---|---|
committer | Daniel Cerqueira <dan.git@lispclub.com> | 2025-05-30 09:42:57 +0100 |
commit | 2b03b74037e5844c4bc05e9febda45e560a46f42 (patch) | |
tree | b63a1da4a845f0428faaaf50c31d988d989765fb /TODO | |
parent | 4ca60176436134226d269a21e899a5fa3ae65e3d (diff) |
newNumber() with string argument and continue making numbers neutral
- also update .gitignore
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"). |