summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Cerqueira <dan.git@lispclub.com>2025-05-30 22:01:46 +0100
committerDaniel Cerqueira <dan.git@lispclub.com>2025-05-30 22:01:46 +0100
commit6151706fb563c0fa4c82e24193e8ec9d170d04e8 (patch)
treef52d53d40752fa740568a38d6f45a7a3c67052ef /TODO
parent2d7568afb438bb3544eb7de0a164aa2c5c2b2009 (diff)
add split
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 1fea73e..9b7a05e 100644
--- a/TODO
+++ b/TODO
@@ -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)