Minimalisp

Minimalisp is a tiny Lisp interpreter written in C with pluggable garbage collectors (mark-sweep, copying, and generational) and a WebAssembly playground. Use it to compare GC behaviours, visualize heaps, and experiment with Lisp programs in your browser or locally.

Highlights:

Launch Browser REPL View on GitHub