GitHub / Robert-van-Engelen / lisp-cheney
A mini Lisp in 1k lines of C with Cheney's copying 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 copying garbage collector and REPL.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robert-van-Engelen%2Flisp-cheney
PURL: pkg:github/Robert-van-Engelen/lisp-cheney
Stars: 40
Forks: 5
Open issues: 0
License: bsd-3-clause
Language: C
Size: 104 KB
Dependencies parsed at: Pending
Created at: almost 3 years ago
Updated at: about 1 month ago
Pushed at: about 1 month ago
Last synced at: about 1 month ago
Topics: c, cheney-garbage-collection, garbage-collection, lisp, lisp-interpreter