1
0
Fork 0
Scheme Lisp implementation in C
Go to file
Alex Kotov fe8c966dbc Update 'README.md' 2023-05-06 22:14:28 +00:00
lib funcs "list-tail", "list-ref" 2023-05-06 01:46:27 +04:00
src Test with new funcs "assert-*" 2023-05-07 01:33:09 +04:00
tests Test with new funcs "assert-*" 2023-05-07 01:33:09 +04:00
.gitignore Remove tests in C 2023-05-06 22:46:31 +04:00
Makefile Test with new funcs "assert-*" 2023-05-07 01:33:09 +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