Difference between revisions of "Common Lisp"

From copec
Jump to: navigation, search
(Links)
(Books)
Line 9: Line 9:
 
== Books ==
 
== Books ==
 
* Graham, Paul - ANSI Common Lisp
 
* Graham, Paul - ANSI Common Lisp
* Abelson Sussman - Structure and Interpretation of Computer Programs Second Edition  ([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])
 
* Steele, Guy - Common Lisp the Language Second Edition
 
* Steele, Guy - Common Lisp the Language Second Edition
 
* [http://www.gigamonkeys.com/book/ Seibel, Peter - Practical Common Lisp]  ([https://unaen.org/cl/pcl/ mirror])
 
* [http://www.gigamonkeys.com/book/ Seibel, Peter - Practical Common Lisp]  ([https://unaen.org/cl/pcl/ mirror])
* Norvig, Peter - Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp
+
* [https://norvig.com/paip.html Norvig, Peter - Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp]
 
* Graham, Paul - On Lisp
 
* Graham, Paul - On Lisp
 
* Weitz, Edmund - Common Lisp Recipes
 
* Weitz, Edmund - Common Lisp Recipes

Revision as of 10:01, 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