Ecosyste.ms: Awesome

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: 3 months ago
JSON representation

Tiny Scheme-like Lisp interpreter written in a weekend

Lists

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.