Cant, a message-oriented language

made by darius, submitted by rachel
Cant is a programming language descended mainly from E and Scheme. From the README: "I've long wanted a computing system that's completely explained, simple enough to grasp in full detail without getting bored or overwhelmed, and powerful enough that I'd actually use it... Call it a learning project, or outsider art."

Ichbins

made by darius, submitted by davidbalbert
A small, readable, self-hosted Lisp to C compiler.

Awklisp

made by darius, submitted by davidbalbert
A Lisp written in Awk. Written and posted to Usenet in 1994. Updated in 2001 with garbage collection. The repository contains a bonus Lisp written in Perl.

Parson: A PEG parser combinator in Python

made by darius, submitted by nicholasbs
This library includes many excellent examples, ranging from a JSON parser written in only 30 lines of code to a working BASIC interpreter.