This website requires JavaScript.
Explore
Help
Sign in
causa-arcana-misc
/
lesson-lisp
Watch
1
Star
0
Fork
You've already forked lesson-lisp
0
Code
Activity
Scheme Lisp implementation in C
interpreter
lisp
scheme
100
commits
1
branch
0
tags
301
KiB
C
73.8%
Scheme
24.6%
Makefile
1.6%
8bb9e7cfa3
Find a file
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Alex Kotov
8bb9e7cfa3
Split Scheme Lisp tests
2023-05-06 20:58:11 +04:00
lib
funcs "list-tail", "list-ref"
2023-05-06 01:46:27 +04:00
src
func "arcane/parse"
2023-05-06 20:35:04 +04:00
tests
Split Scheme Lisp tests
2023-05-06 20:58:11 +04:00
.gitignore
Split Scheme Lisp tests
2023-05-06 20:58:11 +04:00
Makefile
Split Scheme Lisp tests
2023-05-06 20:58:11 +04:00
README.md
Add TODO
2023-05-06 17:40:46 +04:00
README.md
TODO
Garbage collector
Tail recursion (in C functions too)