Difference between revisions of "Common Lisp"

From copec
Jump to: navigation, search
(Links)
Line 19: Line 19:
  
 
== Links ==
 
== Links ==
 +
* [https://common-lisp.net/ common-lisp.net]
 +
* [https://cliki.net/ The Common Lisp Wiki]
 
* [http://www.lispworks.com/documentation/HyperSpec/Front/ LispWorks Common Lisp HyperSpec]
 
* [http://www.lispworks.com/documentation/HyperSpec/Front/ LispWorks Common Lisp HyperSpec]
 
* [https://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html Common Lisp the Language, 2nd Edition]
 
* [https://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html Common Lisp the Language, 2nd Edition]
Line 29: Line 31:
 
* [https://www.quicklisp.org/beta/ Library manager for Common Lisp.]
 
* [https://www.quicklisp.org/beta/ Library manager for Common Lisp.]
 
* [http://www.xach.com/lisp/quickproject/ Quickproject - Create a Common Lisp project skeleton.]
 
* [http://www.xach.com/lisp/quickproject/ Quickproject - Create a Common Lisp project skeleton.]
 +
* [https://github.com/CodyReichert/awesome-cl Awesome Common Lisp]
 +
* [https://github.com/roswell/roswell Roswell - Common Lisp environment setup Utility.]
  
 
=== Mirrored ===
 
=== Mirrored ===

Revision as of 15:02, 29 May 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

  • 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

Mirrored