Difference between revisions of "Common Lisp"
From copec
(→Links) |
|||
(One intermediate revision 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 | + | * [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 === |
Latest revision as of 14:23, 24 October 2024
Contents
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 (author)
- Abelson Sussman - Structure and Interpretation of Computer Programs Second Edition (html->pdf) (third-party typeset)
- Steele, Guy - Common Lisp the Language Second Edition (html, mirror)
- Seibel, Peter - Practical Common Lisp (author, mirror)
- Norvig, Peter - Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp (author)
- Graham, Paul - On Lisp (author)
- Weitz, Edmund - Common Lisp Recipes (author)
- Burgemeister, Bert - Common Lisp Quick Reference
- Barski, Conrad - Learn to Program in Lisp, One Game at a Time
Links
- Common-Lisp.net
- The Common Lisp Wiki
- LispWorks Common Lisp HyperSpec (mirror)
- Common Lisp the Language, 2nd Edition (mirror)
- GNU Emacs - An extensible, customizable, free/libre text editor — and more.
- Portacle - A Portable Common Lisp Development Environment
- Spacemacs: Emacs advanced Kit focused on Evil
- GNU Emacs Reference Card.
- SLIME - Superior Lisp Interaction Mode for Emacs.
- SLIME Manual.
- Learn X in Y Minutes Where X=Common Lisp
- Making a small Lisp project with quickproject and Quicklisp.
- Quicklisp - Library manager for Common Lisp.
- Quickproject - Create a Common Lisp project skeleton.
- Awesome Common Lisp
- Roswell - Common Lisp environment setup Utility.
- Roswell - Setup.
- Clasp - Bringing Common Lisp and C++ Together
- http://cvberry.com/tech_writings/notes/common_lisp_standard_draft.html (mirror)
- http://metamodular.com/CLOS-MOP (mirror)
- https://ultralisp.org/
Mirrored
- LispWorks Common Lisp HyperSpec
- Common Lisp the Language, 2nd Edition
- Seibel, Peter - Practical Common Lisp
- Common Lisp Standard Draft
- The Metaobject Protocol of the Common Lisp Object System
Packages, Systems, Libraries, Confusion
- https://common-lisp.net/project/asdf/asdf.html
- https://github.com/fare/asdf/blob/master/doc/best_practices.md
- https://fare.livejournal.com/184127.html
- https://davazp.net/2014/11/26/modern-library-with-asdf-and-package-inferred-system.html
- http://weitz.de/packages.html
- https://ebzzry.io/en/script-lisp/