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.
clus-data
Data for Common Lisp UltraSpec - http://phoe.tymoon.eu/clus/
cl-ptrace
live process hacking - lisp bindings to ptrace()
common-lisp-snippets
Yasnippets for Common Lisp
anaphora
The anaphoric macro collection from Hell
cl-sdl2-tutorial
SDL2 examples in Common Lisp based on Lazy Foo tutorials.
awesome-cl-software
List of awesome application software built with Common Lisp
cl-gserver
Sento - Actor framework featuring actors and agents for easy access to state and asynchronous operations.
emacs4cl
A tiny DIY kit to set up vanilla Emacs for Common Lisp programming
biohacker
debugging biological networks to reach coherence, completeness and consistency
cl-dot
Common Lisp package for generating GraphViz (dot) files