The Common Lisp Cookbook
-
Updated
Oct 16, 2025 - JavaScript 10000 ul>
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.
The Common Lisp Cookbook
The notebook-style Common Lisp environment
Learn Lisp The Hard Way source-code and full book text
Todolist with web UI, written in Common Lisp
OWL and Semantic Web toolkit for Common Lisp, used for construction and reasoning over ontologies and ontology-structured data
A Swank client implemented in JavaScript
Tootsville online MMORPG — game software
Moren environment (Electron version). Environment for rapidly programming and prototyping programs on JSCL language (subset of Common Lisp)
Simple static site generator in Common Lisp
View a directory tree of files as a website
Practice from TUSUR SE program
Repository with my solutions to Daily Coding Problem site
Network styled Knowledge Graph Editor
Created by X3J13
Released 1984