Difference between revisions of "Common Lisp"
From copec
(→Links) |
|||
Line 11: | Line 11: | ||
* Abelson Sussman - Structure and Interpretation of Computer Programs Second Edition | * Abelson Sussman - Structure and Interpretation of Computer Programs Second Edition | ||
* Steele, Guy - Common Lisp the Language Second Edition | * Steele, Guy - Common Lisp the Language Second Edition | ||
− | * Seibel, Peter - Practical Common Lisp | + | * [http://www.gigamonkeys.com/book/ Seibel, Peter - Practical Common Lisp] |
* Norvig, Peter - Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp | * Norvig, Peter - Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp | ||
* Graham, Paul - On Lisp | * Graham, Paul - On Lisp | ||
Line 32: | Line 32: | ||
* [https://unaen.org/cl/HyperSpec/Front/index.htm LispWorks Common Lisp HyperSpec] | * [https://unaen.org/cl/HyperSpec/Front/index.htm LispWorks Common Lisp HyperSpec] | ||
* [https://unaen.org/cl/cltl/cltl2.html Common Lisp the Language, 2nd Edition] | * [https://unaen.org/cl/cltl/cltl2.html Common Lisp the Language, 2nd Edition] | ||
+ | * [https://unaen.org/cl/pcl/ Seibel, Peter - Practical Common Lisp] |
Revision as of 13:30, 31 August 2017
Contents
Overview
At creation time this page is going to serve as the de-facto landing page as well as scratch page for general research around and development in Common Lisp.
Aspects
I would like to continue and divide language paradigms and idioms by aspect with references.
Books
- Graham, Paul - ANSI Common Lisp
- Abelson Sussman - Structure and Interpretation of Computer Programs Second Edition
- Steele, Guy - Common Lisp the Language Second Edition
- Seibel, Peter - Practical Common Lisp
- Norvig, Peter - Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp
- Graham, Paul - On Lisp
- Weitz, Edmund - Common Lisp Recipes
- Burgemeister, Bert - Common Lisp Quick Reference
- Barski, Conrad - Learn to Program in Lisp, One Game at a Time
Links
- LispWorks Common Lisp HyperSpec
- Common Lisp the Language, 2nd Edition
- GNU Emacs - An extensible, customizable, free/libre text editor — and more.
- GNU Emacs Reference Card.
- SLIME - Superior Lisp Interaction Mode for Emacs.
- SLIME Manual.
- Making a small Lisp project with quickproject and Quicklisp.
- Library manager for Common Lisp.
- Quickproject - Create a Common Lisp project skeleton.