Robert-van-Engelen/tinylisp
Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL.
Language: C
#lisp #lisp_interpreter #pc_g850
Stars: 235 Issues: 1 Forks: 10
https://github.com/Robert-van-Engelen/tinylisp
Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL.
Language: C
#lisp #lisp_interpreter #pc_g850
Stars: 235 Issues: 1 Forks: 10
https://github.com/Robert-van-Engelen/tinylisp
GitHub
GitHub - Robert-van-Engelen/tinylisp: Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage…
Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use. - Robert-van-E...