December 2010
3 posts
(How to Write a (Lisp) Interpreter (in Python)) →
An easy to understand, and refreshingly brief, implementation of a simple Lisp in Python.
A toy Factor implementation. →
A very small toy implementation of Factor in Python. Supports quotations, numbers, and word definitions. It also has tail calls.