Common 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.
- GitHub: https://github.com/topics/common-lisp
- Wikipedia: https://en.wikipedia.org/wiki/Common_Lisp
- Created by: X3J13
- Released: 1984
- Related Topics: lisp, language,
- Last updated: 2025-06-21 00:05:53 UTC
- JSON Representation
https://github.com/kyuvi/lrv-asm
RISC-V assembler in Common Lisp
assembler assembly common-lisp lisp longan-nano risc-v risc-v-assembly
Last synced: 21 Mar 2025
https://github.com/galdor/advent-of-code-2022
Solutions for the puzzles of the 2022 Advent of Code.
advent-of-code advent-of-code-2022 advent-of-code-2022-common-lisp advent-of-code-2022-lisp common-lisp lisp
Last synced: 29 Mar 2025
https://github.com/hanshuebner/ovomorph
I/O server for the Apple2-IO-RPi board written in Common Lisp
Last synced: 14 May 2025
https://github.com/compufox/mastodon-cl
A common lisp library for interfacing with Mastodon
Last synced: 05 Mar 2025
https://github.com/s-expressionists/anatomicl
Portable implementation of Common Lisp Structures
Last synced: 04 Apr 2025
https://github.com/sabracrolleton/saslprep
A common lisp implementation of unicode normalization and saslprep as required by RFC 4013 for usernames and passwords
common-lisp saslprep unicode-normalization
Last synced: 18 Mar 2025
https://github.com/ryloric/cl-exe-template
Common lisp template for building standalone executables
Last synced: 22 Feb 2025
https://github.com/gos-k/cl-clsparse
Common Lisp bindings for clSPARSE
common-lisp opencl sparse-matrix
Last synced: 27 Mar 2025
https://github.com/s-expressionists/consecution
An implementation of the Common Lisp sequence functions.
Last synced: 04 Apr 2025
https://github.com/davep/org-davep-dict
RFC2229 client for Common Lisp
ansi-common-lisp common-lisp dict dict-client lisp news rfc-2229 rfc2229
Last synced: 13 May 2025
https://github.com/temporal/cl-compal-ch7465lg
Common Lisp tools for interfacing with Compal CH7465LG modem.
Last synced: 12 Mar 2025
https://github.com/rajasegar/cl-tabular
Tabular Data demo web app in Common Lips
caveman2 common-lisp htmx lisp
Last synced: 15 Jun 2025
https://github.com/thibaudcolas/metaprogramming
Métaprogrammation et réflexivité — Exploration de la métaprogrammation dans différents langages — M2 AIGLE @ UM2
clisp common-lisp memoclass metaprogramming singleton
Last synced: 21 Nov 2024
https://github.com/junker/paren-async
async/await extension for Parenscript
async-await common-lisp parenscript
Last synced: 21 Feb 2025
https://github.com/larsbrinkhoff/hdri-io
Input/output for various HDRI formats
asdf common-lisp file-format hdri library
Last synced: 12 Mar 2025
https://github.com/ajberkley/cl-vxi11
Native VXI11 in Common Lisp for talking to test and measurement device
Last synced: 06 Apr 2025
https://github.com/appleby/cltl2-book-plots
source code from CLtL2 12.5.3 for generating plots of complex functions
Last synced: 05 Apr 2025
https://github.com/alcestide/lisperatu
Snippets of code written in Lisp.
algorithms clisp clojure coding common common-lisp encryption-decryption exercism exercism-solutions functional-programming learning lisp practice programming scripts snippets
Last synced: 23 Mar 2025
https://github.com/setchi/procon
競技プログラミング
common-lisp lisp programming-contests
Last synced: 07 Apr 2025
https://github.com/mmontone/cl-livedocs
Live web documentation browser for Common Lisp. Based on Webinfo project.
common-lisp documentation lisp
Last synced: 10 Mar 2025
https://github.com/mmontone/rucksack
Rucksack is a persistence library for Common Lisp.
Last synced: 10 Mar 2025
https://github.com/barton-willis/asymptotic_expansion
Maxima code for some asymptotic expansions.
common-lisp mathematics maxima-cas special-functions
Last synced: 26 Feb 2025
https://github.com/myterminal/forge
Quickly create your daily-driver workstation setup from a simple-to-read configuration file
Last synced: 06 Mar 2025
https://github.com/nilqed/fricas0
A pure Common Lisp build of FriCAS
common-lisp computer-algebra-system fricas
Last synced: 23 Mar 2025
https://github.com/yitzchak/kekule-clj
Kekule widget for common-lisp-jupyter
cheminformatics common-lisp jupyter jupyter-widgets
Last synced: 09 Apr 2025
https://github.com/astynax/cl-pokedex
A showcase webapp that I made to play with the Common Lisp ecosystem
common-lisp pokemon-api webapp
Last synced: 09 Apr 2025
https://github.com/davep/org-davep-dictrepl
RFC2229 client REPL for Common Lisp
ansi-common-lisp common-lisp dict dictd lisp lisp-library rfc-2229 rfc2229
Last synced: 13 Jun 2025
https://github.com/kkazuo/authenticated-encryption
A implementation of Authenticated Encryption of Lisp
authenticated common-lisp encryption lisp
Last synced: 05 Mar 2025
https://github.com/myterminal/story-slicer
A command-line tool to slice videos for social-media stories
common-lisp ffmpeg lisp sbcl social-media
Last synced: 09 Apr 2025
https://github.com/yurrriq/land-of-lisp
:book: Land of Lisp
common-lisp latex literate-programming noweb
Last synced: 11 Mar 2025
https://github.com/fosskers/save-the-farm
Can you protect your produce from nasty critters?
Last synced: 21 Feb 2025
https://github.com/fosskers/aero-fighter
A recreation (in CL) of a friend's old game that he wrote in Turbo Pascal.
Last synced: 21 Feb 2025
https://github.com/martinkersner/cl-think-bayes
Examples from Think Bayes book written in Common Lisp
bayes common-lisp cookie-problem monty-hall-problem
Last synced: 21 Feb 2025
https://github.com/junker/recaptcha-enterprise
reCAPTCHA Enterprise system for Common Lisp
common-lisp recaptcha recaptcha-enterprise
Last synced: 21 Feb 2025
https://github.com/junker/php-unserialize
Common Lisp system for parsing PHP-serialized data
common-lisp php-serialization php-unserialize
Last synced: 21 Feb 2025
https://github.com/junker/gapi
Google API client for Common Lisp.
common-lisp google-api google-cloud google-cloud-api google-cloud-apis
Last synced: 21 Feb 2025
https://github.com/junker/geonames
GeoNames API Client for Common Lisp
common-lisp geonames geonames-api
Last synced: 21 Feb 2025
https://github.com/junker/ua-parser
User Agent Parser for Common Lisp
common-lisp ua-parser user-agent user-agent-parser
Last synced: 21 Feb 2025
https://github.com/junker/hashids
Common Lisp system to generate YouTube-like hashes from one or many numbers
Last synced: 21 Feb 2025
https://github.com/eugeneia/trivial-documentation
Scrape on-line documentation out of a running Lisp image
Last synced: 26 Mar 2025
https://github.com/avivace/mvpoli
Common Lisp and SWI-Prolog libraries to manipulate multivariate polynomials.
clisp common-lisp lisp multivariate-polynomials polynomials prolog swi-prolog swi-prolog-library university-assignment university-project
Last synced: 02 Apr 2025
https://github.com/rajasegar/lisp-for-the-web
Code for lisp for the web post
caveman2 common-lisp djula hunchentoot lisp
Last synced: 11 Mar 2025
https://github.com/rajasegar/cl-blog-demo
A demo blog app in Common Lisp using Caveman and Mito
blog caveman2 common-lisp lisp
Last synced: 11 Mar 2025
https://github.com/rajasegar/cl-computer-store
The Computer Store in Common Lisp
caveman2 common-lisp demo lisp
Last synced: 11 Mar 2025
https://github.com/yitzchak/xp
Original source of the XP Pretty Printer for Common Lisp
Last synced: 26 Mar 2025
https://github.com/davep/org-davep-2bit
Common Lisp code to read data from 2bit files (work-in-progress personal play project)
2bit common-lisp file-format lisp
Last synced: 13 May 2025
https://github.com/larsbrinkhoff/colorimetric-data
Colorimetric data: color matching functions, illuminants, etc.
asdf colorimetry common-lisp library
Last synced: 12 Mar 2025
https://github.com/vindarel/lisp-journey
Discovering the Common Lisp ecosystem. https://lisp-journey.gitlab.io/
Last synced: 05 Apr 2025
https://github.com/vindarel/slime-load-this-project
M-x slime-load-this-project: find the .asd and load the system.
Last synced: 05 Apr 2025
https://github.com/obsfx/xeh
A command-line Canonical HEX+ASCII display tool written in ~100 lines of Common Lisp.
command-line command-line-tool common-lisp hexdump hexdumper lisp sbcl utility
Last synced: 03 Mar 2025
https://github.com/ibelieve/slip
Simple static site generator in Common Lisp
common-lisp css html static-site-generator
Last synced: 05 Apr 2025
https://github.com/temporal/lispjam-2017-04
Sheeps! - an entry for the Lisp Game Jam of 2017-04.
Last synced: 12 Mar 2025
https://github.com/jpcima/sbcl-image-builder
Lisp image build for SBCL
asdf build-tool common-lisp quicklisp sbcl system-image
Last synced: 17 Jun 2025
https://github.com/kevinmarquesp/lisp-person-register
Stupid project that I created just to learn the basics of this language. I ended up liking it! It's a TUI application that registers names and ages in a simple SQLite3 database, rendering the registered users and prompting the user to either exit or register a new person.
common-lisp curso-em-video learning-by-doing lisp study-project stupid
Last synced: 28 Mar 2025
https://github.com/iddm/dotenv
Common Lisp dotenv library
common-lisp dotenv env environment lisp
Last synced: 13 Mar 2025
https://github.com/hiphish/cl-cmark
CommonMark implementation for Common Lisp based on libcmark. This system wraps the official reference implementation library, written in C, and provides lispy bindings for Common Lisp.
common-lisp commonmark lisp mark
Last synced: 21 Mar 2025
https://github.com/occisor2/clc
A small C compiler in Common Lisp
c-language c-programming c-programming-language common-lisp compiler compilers programming-language programming-languages
Last synced: 13 Mar 2025
https://github.com/aartaka/lamber
A functional scripting language compiling to pure Lambda Calculus
common-lisp functional-programming haskell lambda-calculus lisp lua scripting wisp
Last synced: 03 Mar 2025
https://github.com/owainkenwayucl/mandel
Various code to generate mandelbrot sets.
benchmark c common-lisp fortran go javascript julia mandelbrot pgm python r swift
Last synced: 23 Mar 2025
https://github.com/jonatack/bitcoin-core-pr-reviews
Promote ₿itcoin Core PR reviews by tweeting them on Twitter and tooting them on Mastodon.
bitcoin-core common-lisp mastodon-bot review-tools twitter-bot
Last synced: 12 Mar 2025
https://github.com/junker/admob-ssv
Google Admob server-side verification system for Common Lisp
Last synced: 21 Feb 2025
https://github.com/diasbruno/cli.cl
Create a command-line parser and runner.
cli command-line-utility common-lisp lisp
Last synced: 02 Apr 2025
https://github.com/junker/lack-session-store-clache
Clache Session store for Lack
Last synced: 04 Apr 2025
https://github.com/junker/easy-aes
Common Lisp system for OpenSSL compatible AES encryption
Last synced: 21 Feb 2025
https://github.com/risto-stevcev/fiveam-skeleton
A cl-project skeleton that uses fiveam as the test framework
cl-project common-lisp fiveam quicklisp template
Last synced: 22 Feb 2025
https://github.com/jaredkrinke/cl-stuff
Common Lisp monorepo
advent-of-code battlesnake common-lisp static-site-generator
Last synced: 25 Feb 2025
https://github.com/ch4r0on/myemacs
My emacs configuration
common-lisp elisp emacs emacs-configuration emacs-customizations emacs-lisp emacs-theme environment-dev lisp mydotfiles scheme
Last synced: 15 Mar 2025
https://github.com/vindarel/cl-gitlab
Common Lisp interface to Gitlab's api - mirror of https://gitlab.com/vindarel/cl-gitlab (staling repository, I don't use it)
Last synced: 05 Apr 2025
https://github.com/stacksmith/trivial-project
A simple and effective Common Lisp project generator with a generic key-value substition mechanism.
Last synced: 21 Feb 2025
https://github.com/shonharsh/commonlisp-exercism-s00e01-setup-helloworld
Exercism - This project is the classic Hello World in Common Lisp.
academic academy artificial-intelligence atom automation bot common-lisp config education exercism git guide hello-world learning markdown process studio training-materials trending windows
Last synced: 04 Apr 2025
https://github.com/s-expressionists/tazivor
A portable Common Lisp inspector
Last synced: 04 Apr 2025
https://github.com/junker/gnotify
Common Lisp system to send desktop notifications
common-lisp libnotify notification notifications
Last synced: 10 Jun 2025
https://github.com/sdilts/local-project
A command line utility for managing programs installed from source
common-lisp installation version-control
Last synced: 09 Mar 2025
https://github.com/vindarel/cl-ghub
Minuscule Github api v3 client for Common Lisp
Last synced: 05 Apr 2025
https://github.com/callmesalmon/microblog
MicroBlog: A miniscule blogging engine written almost entirely in common lisp!
blog-engine clisp common-lisp minimalist
Last synced: 03 Apr 2025
https://codeberg.org/seigakaku/cl-pledge-unveil
CFFI interface for OpenBSD's pledge(2) and unveil(2).
common-lisp lisp openbsd security
Last synced: 24 Jan 2025
https://github.com/vitovan/cl-sucker
Sucker's single file binary creator
common-lisp single-binary sucker
Last synced: 30 Mar 2025
https://github.com/nilqed/spad_http
Jupyter kernel for SPAD
axiom common-lisp fricas http-server hunchentoot jupyter-notebook python spad
Last synced: 23 Mar 2025
https://github.com/elisstaaf/microblog
MicroBlog: A miniscule blogging engine written almost entirely in common lisp!
blog-engine clisp common-lisp minimalist
Last synced: 09 Feb 2025
https://github.com/hiphish/completion-nvim-vlime
[Mirror] Vlime source for completion-nvim, adds Common Lisp completion
common-lisp completion neovim-plugin
Last synced: 21 Mar 2025
https://github.com/temporal/hju
Simple command line (CLI) controller for Hue lights, written in Common Lisp.
cli command-line common-lisp hue-bridge hue-lights roswell script
Last synced: 12 Mar 2025
https://github.com/px86/clurl
Yet another URL shortener written in Common Lisp (using PostgreSQL database).
Last synced: 26 Jan 2025
https://github.com/shonharsh/commonlisp-exercism-yacht
Exercism - This project is the game of Yacht in Common Lisp.
academic academy artificial-intelligence atom automation bot common-lisp config education exercism git guide learning markdown process studio training-materials trending windows yacht
Last synced: 04 Apr 2025