mark-and-compact
There are 3 repositories under mark-and-compact topic.
Robert-van-Engelen/lisp
A mini Lisp in 1k lines of C with garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptions, execution tracing, file loading, a mark-sweep/compacting garbage collector and REPL.
hikarin/aquario
GC-oriented Lisp interpreter
Marwan-Mahmoud/Garbage-Collectors
Garbage Collection simulation