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.
CBSD-3-Clause
Issues
- 6
nested define: ERR out
#6 opened by mw66 - 3
- 5
Calling C example + printf wrapper
#3 opened by arabine - 4
Unexpected behavior of cond
#4 opened by rsimmons - 8
Apply function?
#2 opened by wboeke - 3
Problem with a macro
#1 opened by wboeke