Tiny Scheme-like Lisp interpreter written in a weekend
C
254
39 commits
updated Mar 15, 2023
Yoctolisp is a Lisp interpreter written in a weekend. Features: * Read-eval-print loop. * Lexical closures. * Proper garbage collection. * Tail call optimization. * Variadic function syntax. What I didn't have time for: * Continuations. * Decent error handling * Everything else.
Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.
C
82.2%
Common Lisp
17.3%
Tiny Scheme-like Lisp interpreter written in a weekend
C
254
39 commits
updated Mar 15, 2023
Yoctolisp is a Lisp interpreter written in a weekend. Features: * Read-eval-print loop. * Lexical closures. * Proper garbage collection. * Tail call optimization. * Variadic function syntax. What I didn't have time for: * Continuations. * Decent error handling * Everything else.
Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.
C
82.2%
Common Lisp
17.3%