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