Difference between revisions of "Common Lisp"

From copec
Jump to: navigation, search
(Links)
(Links)
Line 24: Line 24:
 
* [https://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html Common Lisp the Language, 2nd Edition]  ([https://unaen.org/cl/cltl/cltl2.html mirror])
 
* [https://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html Common Lisp the Language, 2nd Edition]  ([https://unaen.org/cl/cltl/cltl2.html mirror])
 
* [https://www.gnu.org/software/emacs/ GNU Emacs - An extensible, customizable, free/libre text editor — and more.]
 
* [https://www.gnu.org/software/emacs/ GNU Emacs - An extensible, customizable, free/libre text editor — and more.]
 +
* [https://portacle.github.io/ Portacle - A Portable Common Lisp Development Environment]
 +
* [http://spacemacs.org/ Spacemacs: Emacs advanced Kit focused on Evil]
 
* [https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf GNU Emacs Reference Card.]
 
* [https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf GNU Emacs Reference Card.]
 
* [https://github.com/slime/slime SLIME - Superior Lisp Interaction Mode for Emacs.]
 
* [https://github.com/slime/slime SLIME - Superior Lisp Interaction Mode for Emacs.]

Revision as of 12:41, 11 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