<< 1 >>
Rating:  Summary: Very, very good. Review: An unexpectedly good book. If you're interested in implementation choices for Scheme and the Lisp family of languages, this is an amazing book. Its worth reading even if you never plan to implement a Lisp interpreter and just want to learn a bit of theory and history behind these languages.
Rating:  Summary: Very, very good. Review: This is an excellent book on Lisp implementation. You'll get a lot out of it, whether you are interested in writing compilers and interpreters (for Lisp or any language) or whether you just want to see how Lisp works. It is the modern day successor to Allen's "Anatomy of Lisp".
Rating:  Summary: The best book available on Lisp implementation Review: This is an excellent book on Lisp implementation. You'll get a lot out of it, whether you are interested in writing compilers and interpreters (for Lisp or any language) or whether you just want to see how Lisp works. It is the modern day successor to Allen's "Anatomy of Lisp".
Rating:  Summary: Good book on functional languages. Review: This is the English Translation of a book originally published in French, under the title _Les_Langages_Lisp_. In it, Quinniec covers a variety of different approaches to interpretation and compilation. Typically, an idea is presented with a chapter discussing the issues related to it -- then in the following chapter, a compiler or interpreter that implements it correctly. He covers compilation to C, compilation to bytecodes, direct interpretation, token-reduced interpretation, denotational semantics, lambda-calculus, continuations, macros, and an object system. It's well-written and engaging, and unlike some translations, the English is handled very well. The primary language being considered (and used) is Scheme -- arguably the easiest LISP dialect to implement and the hardest to implement well.
Rating:  Summary: Good book on functional languages. Review: This is the English Translation of a book originally published in French, under the title _Les_Langages_Lisp_. In it, Quinniec covers a variety of different approaches to interpretation and compilation. Typically, an idea is presented with a chapter discussing the issues related to it -- then in the following chapter, a compiler or interpreter that implements it correctly. He covers compilation to C, compilation to bytecodes, direct interpretation, token-reduced interpretation, denotational semantics, lambda-calculus, continuations, macros, and an object system. It's well-written and engaging, and unlike some translations, the English is handled very well. The primary language being considered (and used) is Scheme -- arguably the easiest LISP dialect to implement and the hardest to implement well.
<< 1 >>
|