LISP in small pieces /
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 fir...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés Francés |
Publicado: |
Cambridge [England] ; New York, NY, USA :
Cambridge University Press,
1996.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- 1. The Basics of Interpretation
- 2. Lisp, 1, 2 ... [omega]
- 3. Escape & Return: Continuations
- 4. Assignment and Side Effects
- 5. Denotational Semantics
- 6. Fast Interpretation
- 7. Compilation
- 8. Evaluation & Reflection
- 9. Macros: Their Use & Abuse
- 10. Compiling into C
- 11. Essence of an Object System.