Common LISP: The Language

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

The defacto standard - a must-have for all LISP programmers.

In this greatly expanded edition of the defacto standard, you'll learn about the nearly 200 changes already made since original publication - and find out about gray areas likely to be revised later. Written by the Vice- Chairman of X3J13 (the ANSI committee responsible for the standardization of Common Lisp) and co-developer of the language itself, the new edition contains the entire text of the first edition plus six completely new chapters. They cover: - CLOS, the Common Lisp Object System, with new features to support function overloading and object-oriented programming, plus complete technical specifications
• Loops, a powerful control structure for multiple variables
• Conditions, a generalization of the error signaling mechanism
• Series and generators
• Plus other subjects not part of the ANSI standards but of interest to professional programmers. Throughout, you'll find fresh examples, additional clarifications, warnings, and tips - all presented with the author's customary vigor and wit.

Author(s): Guy L. Steele Jr.
Edition: Second Edition
Publisher: Digital Press
Year: 1990

Language: English
Pages: 1029
Tags: lisp, common lisp, programming languages

Contents
1. Introduction
2. Data Types
3. Scope and Extent
4. Type Specifiers
5. Program Structure
6. Predicates
7. Control Structure
8. Macros
9. Declerations
10. Symbols
11. Packages
12. Numbers
13. Characters
14. Sequences
15. Lists
16. Hash Tables
17. Arrays
18. Strings
19. Structures
20. The Evaluator
21. Streams
22. Input/Output
23. File System Interface
24. Errors
25. Miscellaneous Features
26. Loop
27. Pretty Printing
28. Common Lisp Object System
29. Conditions
Appendix A. Series
Appendix B. Generators and Gatherers
Appendix C. Backquote
References
Index of X3J13 Votes
Other Indexes