Re: Designing Lisp from scratch
"Andru Luvisi" <[email protected]> Fri, 23 Mar 2007 06:54:24 -0800
| Newsgroups | gmane.comp.lang.lightweight |
|---|---|
| Message-ID | <[email protected]> |
On 3/23/07, Jaap Weel <[email protected]> wrote: [snip] > Structure and Interpretation of Computer Programs (SICP) > http://mitpress.mit.edu/sicp/full-text/book/book.html > > Lectures to go with SICP > http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/ [snip] FYI, the online book is the second edition, and the lectures go with the first edition. The second edition has some nice additions like the analyzing evaluator, but it also leaves out some things like dynamic scope. The closest thing online to the first edition that I'm aware of is the SICP technical report. ftp://publications.ai.mit.edu/ai-publications/pdf/AITR-735.pdf Best of luck, Andru