Difference between revisions of "Common Lisp"

From copec
Jump to: navigation, search
(Books)
(Books)
Line 10: Line 10:
 
* Graham, Paul - ANSI Common Lisp  ([http://www.paulgraham.com/acl.html author])
 
* Graham, Paul - ANSI Common Lisp  ([http://www.paulgraham.com/acl.html author])
 
* [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.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html html]) ([https://unaen.org/cl/cltl/cltl2.html html mirror])
+
* [https://www.elsevier.com/books/common-lisp/steele/978-0-08-050226-7 Steele, Guy - Common Lisp the Language Second Edition]  ([https://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html html], [https://unaen.org/cl/cltl/cltl2.html mirror])
* Seibel, Peter - Practical Common Lisp  ([http://www.gigamonkeys.com/book/ author]) ([https://unaen.org/cl/pcl/ author mirror])
+
* Seibel, Peter - Practical Common Lisp  ([http://www.gigamonkeys.com/book/ author], [https://unaen.org/cl/pcl/ mirror])
 
* Norvig, Peter - Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp  ([https://norvig.com/paip.html author])
 
* Norvig, Peter - Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp  ([https://norvig.com/paip.html author])
 
* Graham, Paul - On Lisp  ([http://www.paulgraham.com/onlisp.html author])
 
* Graham, Paul - On Lisp  ([http://www.paulgraham.com/onlisp.html author])

Revision as of 10:19, 1 June 2018

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

Links

Mirrored