An open API service indexing awesome lists of open source software.

https://github.com/fragglet/yoctolisp

Tiny Scheme-like Lisp interpreter written in a weekend
https://github.com/fragglet/yoctolisp

c lisp lisp-interpreter timebox

Last synced: 28 days ago
JSON representation

Tiny Scheme-like Lisp interpreter written in a weekend

Awesome Lists containing this project

README

        

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.