1
0
Fork 0
Scheme Lisp implementation in C
Go to file
Alex Kotov 522936f222
Add comments
2023-05-07 17:52:03 +04:00
lib funcs "list-tail", "list-ref" 2023-05-06 01:46:27 +04:00
src Add comments 2023-05-07 17:52:03 +04:00
tests syntax "define" 2023-05-07 17:29:54 +04:00
.gitignore Remove tests in C 2023-05-06 22:46:31 +04:00
Makefile Improve tests 2023-05-07 16:57:07 +04:00
README.md Update 'README.md' 2023-05-06 22:14:28 +00:00

README.md

TODO

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