1
0
Fork 0
Scheme Lisp implementation in C
Find a file
2023-05-07 21:10:21 +04:00
lib Rewrite func "not" in Lisp 2023-05-07 21:08:10 +04:00
src Rewrite func "not" in Lisp 2023-05-07 21:08:10 +04:00
tests Rewrite func "not" in Lisp 2023-05-07 21:08:10 +04:00
.gitignore Remove tests in C 2023-05-06 22:46:31 +04:00
Makefile Rewrite func "not" in Lisp 2023-05-07 21:08:10 +04:00
README.md Add TODO 2023-05-07 21:10:21 +04:00

TODO

  • Macros
  • Garbage collector
  • Tail recursion (in C functions too)
  • Fix procedures on infinite data structs
  • Unicode