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.

    Language:C80464
  • hikarin/aquario

    GC-oriented Lisp interpreter

    Language:C81250
  • Marwan-Mahmoud/Garbage-Collectors

    Garbage Collection simulation

    Language:Java0100