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.
json-streams
Common Lisp library for reading and writing JSON.
cl-vulkan
Vulkan bindings for Common Lisp.
kommissar
browser automation library and tool in Common Lisp on Emacs
cl-tls
An implementation of TLS and related specifications in Common Lisp
cl-liballegro
Common Lisp bindings and interface to the Allegro 5 game programming library
clingon
Command-line options parser system for Common Lisp
shasht
Common Lisp JSON reading and writing for the Kzinti.