[FrontPage] [TitleIndex] [WordIndex

Project Assignment 3

"Due": Oct 26 (subject to change)

Description of Problem/Process

We'd love it if you could work in looking at/writing an interpreter this week. If it just doesn't fit, don't worry about it, but -- writing a Lisp interpreter in Lisp is a good brain exercise. Futz with the names of things if it helps -- rather than using (if...) to write (if...), call your conditional, oh, say, (suppose...). Again, SICP/Wizard ch 4, or various places on the internet. Katie actually still remembers writing a Scheme interpreter in Common Lisp, going to her with questions is totally acceptable. Tokenizing in other languages like Java or Python is not terribly hard, if you'd rather not use Lisp.

Final goal


2013-07-17 10:43