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
103
commits
1
branch
0
tags
301
KiB
C
73.8%
Scheme
24.6%
Makefile
1.6%
bb100af429
Find a file
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
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