05 Feb
Clinton R. Nixon's course page for a scheme interpreter; includes lots of interesting links on scheme and compiler implementation
11 Dec
Just what it says on the tin
12 May
Olin Shiver's history of 'T'; an early lisp/scheme implementation
21 Sep
Interative REPLs for a variety of languages (16 all up) in your web browser. Includes Javascript.next, Python, Scheme, Forth. Via Chris Lappe.
21 Sep
Interative REPLs for a variety of languages (16 all up) in your web browser. Includes Javascript.next, Python, Scheme, Forth. Via Chris Lappe.
01 Oct
Peter Norvig on how to implement computer language interpreters in general, and in particular how to implement a subset of the Scheme using Python