/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.

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

No issues in this repository yet.