santinic/pampy
Pampy: The Pattern Matching for Python you always dreamed of.
Language: Python
#functional #lisp_interpreter #pattern_matching #python #python3
Stars: 318 Issues: 0 Forks: 9
https://github.com/santinic/pampy
Pampy: The Pattern Matching for Python you always dreamed of.
Language: Python
#functional #lisp_interpreter #pattern_matching #python #python3
Stars: 318 Issues: 0 Forks: 9
https://github.com/santinic/pampy
GitHub
GitHub - santinic/pampy: Pampy: The Pattern Matching for Python you always dreamed of.
Pampy: The Pattern Matching for Python you always dreamed of. - santinic/pampy
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...