Get the latest tech news
Micro Common Lisp
Download (v.03, 80KB) | Manual | T3X source code | LISP source code MICRO COMMON LISP is a tiny interpreter for a tiny and purely symbolic subset of Common LISP. It consists of 1570 lines of T3X (alternatively C) and LISP code and runs in less than 64K bytes of memory, even on CP/M.
lexical scoping separate namespaces tail call optimization macros quasiquotation variable-argument functions constant-space garbage collection image files line editing and history>5000 free cons cells on DOS The interpreter core implements nine special forms and 20 functions, and the rest of the system is bootstrapped in LISP. Pretty-Printing and Macro ExpansionThe Natural Number Math LibraryA Tiny PROLOG Interpreter
Or read this on Hacker News