[Draft] A Universe in 99 Lines: Learning by Writing a Lisp Interpreter

A Universe in 99 Lines: Learning by Writing a Lisp Interpreter

One of the greatest charms of Lisp is that implementing the language itself is easy and educational.

Learning from Implementation

In this article, we unravel how programming languages work through extremely small Lisp implementations.

References

tinylisp - Lisp in 99 lines of C↩

Build Your Own Lisp↩

sectorlisp↩