femtolisp: A lightweight, robust, scheme-like Lisp implementation
Summary
Femtolisp is a compact, self-contained Scheme-like Lisp implemented in C with a bytecode compiler and VM. It emphasizes a small, fast core, a modest feature set, and strong emphasis on readability and simplicity, while offering C interop and a compacting garbage collector. The project aims to be a fast, reliable Lisp suitable for embedding and experimentation in small projects.