Our systems are now restored following recent technical disruption, and we’re working hard to catch up on publishing. We apologise for the inconvenience caused. Find out more

Recommended product

Popular links

Popular links


Lisp in Small Pieces

Lisp in Small Pieces

Lisp in Small Pieces

Christian Queinnec , Ecole Polytechnique, Paris
Kathleen Callaway
August 2013
This ISBN is for an eBook version which is distributed on our behalf by a third party.
Adobe eBook Reader
9781139632485

Looking for an inspection copy?

This title is not currently available for inspection.

$121.00
USD
Adobe eBook Reader
GBP
Paperback

    This is a comprehensive account of the semantics and the implementation of the whole Lisp family of languages, namely Lisp, Scheme and related dialects. It describes 11 interpreters and 2 compilers, including very recent techniques of interpretation and compilation. The book is in two parts. The first starts from a simple evaluation function and enriches it with multiple name spaces, continuations and side-effects with commented variants, while at the same time the language used to define these features is reduced to a simple lambda-calculus. Denotational semantics is then naturally introduced. The second part focuses more on implementation techniques and discusses precompilation for fast interpretation: threaded code or bytecode; compilation towards C. Some extensions are also described such as dynamic evaluation, reflection, macros and objects. This will become the new standard reference for people wanting to know more about the Lisp family of languages: how they work, how they are implemented, what their variants are and why such variants exist. The full code is supplied (and also available over the Net). A large bibliography is given as well as a considerable number of exercises. Thus it may also be used by students to accompany second courses on Lisp or Scheme.

    • Only up-to-date and comprehensive book on Lisp
    • French edition got rave reviews
    • Lots of code supplied, which is available over the Net

    Product details

    August 2013
    Adobe eBook Reader
    9781139632485
    0 pages
    0kg
    35 tables 74 exercises
    This ISBN is for an eBook version which is distributed on our behalf by a third party.

    Table of Contents

    • To the reader
    • 1. The basics of interpretation
    • 2. Lisp, 1,2,..., w
    • 3. Escape & return: continuations
    • 4. Assignment and side effects
    • 5. Denotational semantics
    • 6. Fast interpretation
    • 7. Compilation
    • 8. Evaluation & reflection
    • 9. Macros: their use and abuse
    • 10. Compiling into C
    • 11. Essence of an object system
    • Answers to exercises
    • Bibliography
    • Index.
      Author
    • Christian Queinnec , Université de Paris VI (Pierre et Marie Curie)
    • Translator
    • Kathleen Callaway