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
Common Lisp editor/IDE with high expansibility
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
A portable common lisp development environment
A Common Lisp kernel for Jupyter along with a library for building Jupyter kernels.
Lightweight web application framework for Common Lisp.
Common Lisp 3D Graphics Project
A fully-fledged Common Lisp game engine
Common Lisp regular expression library
Created by X3J13
Released 1984