Common Lisp topic
Common Lisp is a general-purpose programming language in the Lisp language family. Its syntax is defined on top of s-expressions, however it can be extended through the use of reader macros. It supports compile-time meta-programming through the use of macros. It supports the OOP paradigm through the Common Lisp Object System. The API upon which CLOS is implemented is exposed to the programmer so they can extent the object system. This API is referred as the Meta-Object Protocol. There are multiple implementations available: SBCL, which generates fast code, CCL, which compiles code fast, ABCL, which runs on the JVM, JSCL which runs on Node, and the browser, etc.
awesome-common-lisp-learning
A curated list of awesome Common Lisp learning resources
clog
CLOG - The Common Lisp Omnificent GUI
cl-strings
A portable, dependency-free set of utilities to manipulate strings in Common Lisp
dufy
Colorimetry library for Common Lisp
lisp-riscv-assembler
A RISC-V assembler written in Lisp.
nyxt
Nyxt - the hacker's browser.
weird
Generative art in Common Lisp
jscl
A Lisp-to-JavaScript compiler bootstrapped from Common Lisp