Short and sweet LISP editing
-
Updated
Jul 7, 2024 - Emacs Lisp
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.
Short and sweet LISP editing
A Lisp-to-JavaScript compiler bootstrapped from Common Lisp
CLOG - The Common Lisp Omnificent GUI
Generative art in Common Lisp
Mirror of Steel Bank Common Lisp (SBCL)'s official repository
Repo for Common Lisp by Example and all other useful resources I found online
General-purpose editor/IDE with high expansibility in Common Lisp
A modular Common Lisp game engine
A portable common lisp development environment
Common Lisp 3D Graphics Project
A Common Lisp kernel for Jupyter along with a library for building Jupyter kernels.
Lightweight web application framework for Common Lisp.
Common Lisp regular expression library
Created by X3J13
Released 1984