Back to Projects List

Lisp Interpreter

A full-featured Lisp interpreter implemented in JavaScript using proper design patterns. Features include lexical scoping, closures, macros, tail call optimization, and a Foreign Function Interface for browser interop.