Difference between revisions of "Common Lisp"

From copec
Jump to: navigation, search
(Links)
Line 45: Line 45:
 
* [https://unaen.org/cl/clsd/cvberry.com/tech_writings/notes/common_lisp_standard_draft.html Common Lisp Standard Draft]
 
* [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]
 +
 +
== Packages, Systems, Libraries, Confusion ==
 +
* [https://common-lisp.net/project/asdf/asdf.html https://common-lisp.net/project/asdf/asdf.html]
 +
* [https://github.com/fare/asdf/blob/master/doc/best_practices.md https://github.com/fare/asdf/blob/master/doc/best_practices.md]
 +
* [https://fare.livejournal.com/184127.html https://fare.livejournal.com/184127.html]

Revision as of 11:42, 31 January 2019

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

Packages, Systems, Libraries, Confusion