Difference between revisions of "Common Lisp"

From copec
Jump to: navigation, search
(Packages, Systems, Libraries, Confusion)
(Links)
 
(3 intermediate revisions by the same user not shown)
Line 35: Line 35:
 
* [https://github.com/CodyReichert/awesome-cl Awesome Common Lisp]
 
* [https://github.com/CodyReichert/awesome-cl Awesome Common Lisp]
 
* [https://github.com/roswell/roswell Roswell - Common Lisp environment setup Utility.]
 
* [https://github.com/roswell/roswell Roswell - Common Lisp environment setup Utility.]
 +
* [https://roswell.github.io/Installation.html Roswell - Setup.]
 
* [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] ([https://unaen.org/cl/clsd/cvberry.com/tech_writings/notes/common_lisp_standard_draft.html mirror])
 
* [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])
 +
* [https://ultralisp.org/ https://ultralisp.org/]
  
 
=== Mirrored ===
 
=== Mirrored ===
Line 52: Line 54:
 
* [https://davazp.net/2014/11/26/modern-library-with-asdf-and-package-inferred-system.html https://davazp.net/2014/11/26/modern-library-with-asdf-and-package-inferred-system.html]
 
* [https://davazp.net/2014/11/26/modern-library-with-asdf-and-package-inferred-system.html https://davazp.net/2014/11/26/modern-library-with-asdf-and-package-inferred-system.html]
 
* [http://weitz.de/packages.html http://weitz.de/packages.html]
 
* [http://weitz.de/packages.html http://weitz.de/packages.html]
 +
* [https://ebzzry.io/en/script-lisp/ https://ebzzry.io/en/script-lisp/]

Latest revision as of 14:23, 24 October 2024

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