Difference between revisions of "Common Lisp"

From copec
Jump to: navigation, search
(Links)
(Links)
Line 29: Line 29:
 
* [https://learnxinyminutes.com/docs/common-lisp/ Learn X in Y Minutes Where X=Common Lisp]
 
* [https://learnxinyminutes.com/docs/common-lisp/ Learn X in Y Minutes Where X=Common Lisp]
 
* [http://xach.livejournal.com/278047.html?thread=674335 Making a small Lisp project with quickproject and Quicklisp.]
 
* [http://xach.livejournal.com/278047.html?thread=674335 Making a small Lisp project with quickproject and Quicklisp.]
* [https://www.quicklisp.org/beta/ Library manager for Common Lisp.]
+
* [https://www.quicklisp.org/beta/ Quicklisp - 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/CodyReichert/awesome-cl Awesome Common Lisp]

Revision as of 09:56, 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

  • Graham, Paul - ANSI Common Lisp
  • Abelson Sussman - Structure and Interpretation of Computer Programs Second Edition (third-party typeset)
  • Steele, Guy - Common Lisp the Language Second Edition
  • Seibel, Peter - Practical Common Lisp (mirror)
  • 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