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.
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, ...).
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, ...).