1
0
Fork 0
Scheme Lisp implementation in C
Go to file
Alex Kotov bb100af429
Remove tests in C
2023-05-06 22:46:31 +04:00
lib funcs "list-tail", "list-ref" 2023-05-06 01:46:27 +04:00
src Remove tests in C 2023-05-06 22:46:31 +04:00
tests Rename project 2023-05-06 22:32:06 +04:00
.gitignore Remove tests in C 2023-05-06 22:46:31 +04:00
Makefile Remove tests in C 2023-05-06 22:46:31 +04:00
README.md func "equal" 2023-05-06 22:24:36 +04:00

README.md

TODO

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