Scheme Lisp implementation in C
| lib | ||
| src | ||
| tests | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
TODO
- Macros
- Garbage collector
- Tail recursion (in C functions too)
- Fix procedures on infinite data structs
- Unicode
- Compile to C
| lib | ||
| src | ||
| tests | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||