This is BrainLog, a blog by Dan Sanderson. Older entries, from October 1999 through September 2010, are preserved for posterity, but are no longer maintained. See the front page and newer entries.

August 8, 2007

Lisp Interpreter in JavaScript. Mostly interesting to me for its technique of including Lisp code in a web page using <script> tags, which are parsed by other JavaScript. (Does that work in all of the main browsers?)