Difference between revisions of "Common Lisp"

From copec
Jump to: navigation, search
(Links)
Line 36: Line 36:
 
* [https://github.com/roswell/roswell Roswell - Common Lisp environment setup Utility.]
 
* [https://github.com/roswell/roswell Roswell - Common Lisp environment setup Utility.]
 
* [https://github.com/clasp-developers/clasp Clasp - Bringing Common Lisp and C++ Together]
 
* [https://github.com/clasp-developers/clasp Clasp - Bringing Common Lisp and C++ Together]
* [http://cvberry.com/tech_writings/notes/common_lisp_standard_draft.html http://cvberry.com/tech_writings/notes/common_lisp_standard_draft.html]
+
* [http://cvberry.com/tech_writings/notes/common_lisp_standard_draft.html http://cvberry.com/tech_writings/notes/common_lisp_standard_draft.html] ([https://unaen.org/cl/clsd/cvberry.com/tech_writings/notes/common_lisp_standard_draft.html mirror])
 
* [http://metamodular.com/CLOS-MOP http://metamodular.com/CLOS-MOP] ([https://unaen.org/cl/clos-mop/ mirror])
 
* [http://metamodular.com/CLOS-MOP http://metamodular.com/CLOS-MOP] ([https://unaen.org/cl/clos-mop/ mirror])
  
Line 43: Line 43:
 
* [https://unaen.org/cl/cltl/cltl2.html Common Lisp the Language, 2nd Edition]
 
* [https://unaen.org/cl/cltl/cltl2.html Common Lisp the Language, 2nd Edition]
 
* [https://unaen.org/cl/pcl/ Seibel, Peter - Practical Common Lisp]
 
* [https://unaen.org/cl/pcl/ Seibel, Peter - Practical Common Lisp]
 +
* [https://unaen.org/cl/clsd/cvberry.com/tech_writings/notes/common_lisp_standard_draft.html Common Lisp Standard Draft]
 
* [https://unaen.org/cl/clos-mop/ The Metaobject Protocol of the Common Lisp Object System]
 
* [https://unaen.org/cl/clos-mop/ The Metaobject Protocol of the Common Lisp Object System]

Revision as of 12:24, 22 December 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