diff options
author | Daniel Cerqueira <dan.git@lispclub.com> | 2025-05-30 22:01:46 +0100 |
---|---|---|
committer | Daniel Cerqueira <dan.git@lispclub.com> | 2025-05-30 22:01:46 +0100 |
commit | 6151706fb563c0fa4c82e24193e8ec9d170d04e8 (patch) | |
tree | f52d53d40752fa740568a38d6f45a7a3c67052ef /TODO | |
parent | 2d7568afb438bb3544eb7de0a164aa2c5c2b2009 (diff) |
add split
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@ maybe make the repl use the readline library. -create lisp code for addition. use secure functions. make quest a thing. remove macros? -split, join. -make unit testing. instead of returning "#<Lambda ..." it should return the expression. remove lambda_type and macro_type. +create lisp code for addition. +make unit testing. +split, join. (done) make numbers be symbols. (done) make number symbols neutral. (done) fix a security bug of setting a primitive. (done) |