1
0
Fork 0
Scheme Lisp implementation in C
Find a file
2023-05-07 20:47:17 +04:00
lib Rewrite type predicates in Lisp 2023-05-07 20:47:17 +04:00
src Rewrite type predicates in Lisp 2023-05-07 20:47:17 +04:00
tests Rewrite type predicates in Lisp 2023-05-07 20:47:17 +04:00
.gitignore Remove tests in C 2023-05-06 22:46:31 +04:00
Makefile Rewrite type predicates in Lisp 2023-05-07 20:47:17 +04:00
README.md Update 'README.md' 2023-05-06 22:14:28 +00:00

TODO

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