| 2. ANSI Common Lisp |
| by Paul Graham (1996) combines an introduction to Lisp programming, and a convenient, up-to-date reference manual for ANSI Common Lisp. |
|
|
| Comments Modify link |
|
| 4. Common Lisp: A Gentle Introduction to Symbolic Computation |
| This book provides a very good introduction to the Lisp programming language for beginners. Even if you have never before programmed in any language you will be able to use this book. Although it is aimed at beginners it covers all relevant Lisp topics quite thoroughly. The entire book is online and can be downloaded in PDF format. |
|
|
| Comments Modify link |
|
| 8. On Lisp |
| By Paul Graham (1994) is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme. It gives the first complete description of macros and macro applications. The book also covers important subjects related to bottom-up programming, including functional programming, rapid prototyping, interactive development, and embedded languages.Download as PDF. |
|
|
| Comments Modify link |
|
| 10. Successful Lisp |
| This book provides an overview of Common Lisp for the working programmer. It includes discussion and examples of advanced constructs for iteration, error handling, object oriented programming, graphical user interfaces, and threading. The entire book is available online! |
|
|
| Comments Modify link |
|
|