Difference between revisions of "Common Lisp"
From copec
(→Books) |
(→Books) |
||
Line 8: | Line 8: | ||
== Books == | == Books == | ||
− | * Graham, Paul - ANSI Common Lisp ([http://www.paulgraham.com/acl.html author home]) | + | * Graham, Paul - ANSI Common Lisp ([http://www.paulgraham.com/acl.html author home for book]) |
* [https://mitpress.mit.edu/books/structure-and-interpretation-computer-programs-second-edition Abelson Sussman - Structure and Interpretation of Computer Programs Second Edition] ([http://web.mit.edu/alexmv/6.037/sicp.pdf html->pdf]) ([https://github.com/sarabander/sicp-pdf third-party typeset]) | * [https://mitpress.mit.edu/books/structure-and-interpretation-computer-programs-second-edition Abelson Sussman - Structure and Interpretation of Computer Programs Second Edition] ([http://web.mit.edu/alexmv/6.037/sicp.pdf html->pdf]) ([https://github.com/sarabander/sicp-pdf third-party typeset]) | ||
* [https://www.elsevier.com/books/common-lisp/steele/978-0-08-050226-7 Steele, Guy - Common Lisp the Language Second Edition] | * [https://www.elsevier.com/books/common-lisp/steele/978-0-08-050226-7 Steele, Guy - Common Lisp the Language Second Edition] | ||
− | * Seibel, Peter - Practical Common Lisp ([http://www.gigamonkeys.com/book/ author home]) ([https://unaen.org/cl/pcl/ mirror]) | + | * Seibel, Peter - Practical Common Lisp ([http://www.gigamonkeys.com/book/ author home for book]) ([https://unaen.org/cl/pcl/ mirror]) |
− | * Norvig, Peter - Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp ([https://norvig.com/paip.html author home]) | + | * Norvig, Peter - Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp ([https://norvig.com/paip.html author home for book]) |
* Graham, Paul - On Lisp | * Graham, Paul - On Lisp | ||
* Weitz, Edmund - Common Lisp Recipes | * Weitz, Edmund - Common Lisp Recipes |
Revision as of 10:09, 1 June 2018
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 (author home for book)
- Abelson Sussman - Structure and Interpretation of Computer Programs Second Edition (html->pdf) (third-party typeset)
- Steele, Guy - Common Lisp the Language Second Edition
- Seibel, Peter - Practical Common Lisp (author home for book) (mirror)
- Norvig, Peter - Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp (author home for book)
- 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
- Common-Lisp.net
- The Common Lisp Wiki
- LispWorks Common Lisp HyperSpec (mirror)
- Common Lisp the Language, 2nd Edition (mirror)
- GNU Emacs - An extensible, customizable, free/libre text editor — and more.
- GNU Emacs Reference Card.
- SLIME - Superior Lisp Interaction Mode for Emacs.
- SLIME Manual.
- Learn X in Y Minutes Where X=Common Lisp
- Making a small Lisp project with quickproject and Quicklisp.
- Quicklisp - Library manager for Common Lisp.
- Quickproject - Create a Common Lisp project skeleton.
- Awesome Common Lisp
- Roswell - Common Lisp environment setup Utility.
- Clasp — Bringing Common Lisp and C++ Together