Found in 2 comments on Hacker News
lispm · 2015-08-16 · Original thread
People are demanding crazy prices for some tech books. ANATOMY OF LISP is one of those. I've seen on Amazon $8000+ for a 'new' version. I wonder if that's real. There are some rare Lisp books which are often sold for high prices.

Note that it is available a bit cheaper, too:

http://www.amazon.com/Anatomy-Lisp-McGraw-Hill-computer-scie...

This particular book was always rare. It was basically the bible of ancient LISP implementation techniques (70s and earlier). Though, it did not use standard Lisp s-expressions for code, but an algebraic notation that's sometimes used in older books. Generally the content is of high quality. It was published in 1978. Generally if you wanted to know how to implement LISP way back then, you've surely looked at this book.

The book became less important in the 80s, when Lisp started to use lexical binding (Common Lisp in 1984), object-oriented subsystems (Flavors, CLOS), new machine architectures (Lisp Machines, RISC, parallel/concurrent systems, ...).

fsck--off · 2013-07-30 · Original thread
A good book for experienced Lispers (because it's out of date, it's not for beginners) is Allen's Anatomy of Lisp. Good luck finding a copy, though.

http://www.amazon.com/Anatomy-Lisp-McGraw-Hill-computer-scie...

And then there are the original Lambda papers:

http://library.readscheme.org/page1.html

Fresh book recommendations delivered straight to your inbox every Thursday.