1
0
Fork 0
Scheme Lisp implementation in C
Go to file
Alex Kotov 730d2ff638
Deeper lookup
2023-05-07 18:43:08 +04:00
lib funcs "list-tail", "list-ref" 2023-05-06 01:46:27 +04:00
src Deeper lookup 2023-05-07 18:43:08 +04:00
tests Fix script syntax 2023-05-07 18:13:37 +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