Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Common Lisp
C

Common Lisp

Language
409 projects62.0k total stars6.5k total forks11 languages

Open-source projects built with Common Lisp

There are currently 409 open-source projects built with Common Lisp, with a combined total of 62.0k GitHub stars. The most common language among these projects is Common Lisp.

Showing 409 open-source projects · page 6 of 12

……
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
lparallel
lparallelsharplispers/lparallel

A Common Lisp library providing a comprehensive suite of constructs for parallel programming, including tasks, promises, and parallel data operations.

478Common Lisp
2 months ago
Xecto
Xectopkhuong/Xecto

A Common Lisp library for regular array parallelism with SIMD and thread-level optimization, focusing on ease of use over peak performance.

472Common Lisp
4 years ago
filtered-functions
filtered-functionspcostanza/filtered-functions

Extends CLOS generic functions with a preprocessing step that enables arbitrary predicates for method selection and application.

471Common Lisp
3 months ago
cl-readline
cl-readlinevindarel/cl-readline

Common Lisp bindings to the GNU Readline library, providing a Lispy interface for building interactive command-line applications.

4611Common Lisp
1 year ago
snakes
snakesBnMcGn/snakes

Python-style generators and itertools port for Common Lisp, enabling lazy sequences and composable iteration.

463Common Lisp
4 years ago
dufy
dufyprivet-kitty/dufy

A Common Lisp library for exact color manipulation and conversion across multiple color spaces and models.

464Common Lisp
2 years ago
clj-con
clj-condtenny/clj-con

Implements Clojure-style concurrency operations like futures, promises, and atoms in Common Lisp.

460Common Lisp
26 days ago
cl-forms
cl-formsmmontone/cl-forms

A web forms handling library for Common Lisp with extensible fields, validation, and pluggable rendering backends.

467Common Lisp
3 months ago
trivial-formatter
trivial-formatterhyotang666/trivial-formatter

A code formatter for Common Lisp that leverages the language's pretty-printing system and readtable for extensibility.

464Common Lisp
4 years ago
safe-read
safe-readphoe/safe-read

A secure Lisp reader wrapper that protects against internbombing, excessive input, and macro characters when reading from untrusted sources.

464Common Lisp
3 years ago
lmdb
lmdbantimer/lmdb

Common Lisp bindings for LMDB, a lightning-fast, embedded, ACID key-value database with MVCC.

458Common Lisp
3 years ago
array-operations
array-operationsbendudson/array-operations

A Common Lisp library providing functions and macros for manipulating arrays and performing numerical calculations.

455Common Lisp
4 years ago
cl-cookieweb
cl-cookiewebvindarel/cl-cookieweb

A Cookiecutter template for creating Common Lisp web applications with Hunchentoot, Djula, Bulma, SQLite, and Mito ORM.

444Common Lisp
1 year ago
journal
journalmelisgl/journal

A Common Lisp library built around explicit execution traces for logging, tracing, testing, and persistence.

444Common Lisp
14 days ago
cl-isolated
cl-isolatedkanru/cl-isolated

A restricted environment for Common Lisp code evaluation that disables unsafe features and provides safer function replacements.

443Common Lisp
6 years ago
Carrier
Carrierorthecreedence/carrier

A lightweight, async HTTP client for Common Lisp built on cl-async and fast-http.

439Common Lisp
2 years ago
pure-tls
pure-tlsatgreen/pure-tls

A pure Common Lisp implementation of TLS 1.3 with post-quantum key exchange, Encrypted Client Hello, and automatic Let's Encrypt certificate management.

435Common Lisp
1 day ago
Declt
Decltdidierverna/declt

A reference manual generator for Common Lisp libraries that introspects loaded code to produce comprehensive documentation.

437Common Lisp
1 year ago
Panic
Panicmichaeljforster/panic

A Common Lisp wrapper library for React using Parenscript, enabling React development in Lisp.

425Common Lisp
9 years ago
cl-webui
cl-webuigarlic0x1/cl-webui

Common Lisp bindings for the webui library, enabling lightweight desktop GUI applications with HTML/CSS/JS.

422Common Lisp
9 months ago
Music
MusicMegaLoler/Music

A Common Lisp framework for musical expression with a focus on music theory and real-time MIDI playback.

416Common Lisp
8 years ago
cl-repl
cl-repllisp-maintainers/cl-repl

A beginner-friendly Common Lisp REPL with rich features like multiline editing, syntax highlighting, and tab completion.

413Common Lisp
4 months ago
uncursed
uncursedPlisp/uncursed

A cross-platform terminal UI library for Common Lisp with minimal dependencies, offering both high-level buffered drawing and low-level utilities.

412Common Lisp
10 days ago
hsx
hsxskyizwhite/hsx

A declarative, component-oriented HTML DSL for Common Lisp that translates Lisp S-expressions into HTML.

400Common Lisp
1 month ago
clath
clathBnMcGn/clath

Single sign-on middleware for Clack web applications supporting OAuth1.0a, OAuth2, and OpenID Connect.

403Common Lisp
9 months ago
cl-prolog2
cl-prolog2guicho271828/cl-prolog2

A transpiler from S-expressions to ISO-standardized Prolog, enabling Common Lisp to interface with multiple Prolog implementations.

392Common Lisp
4 years ago
trivial-download
trivial-downloadeudoxia0/trivial-download

A Common Lisp library for downloading files from the internet with progress bar support.

393Common Lisp
3 years ago
bp
bprodentrabies/bp

A Common Lisp implementation of Bitcoin Protocol components for serialization, validation, and network interaction.

399Common Lisp
4 months ago
cl-aws-runtime-test
cl-aws-runtime-testy2q-actionman/cl-aws-custom-runtime-test

An example project demonstrating how to use Common Lisp (SBCL) as a custom runtime for AWS Lambda functions.

391Common Lisp
1 month ago
JOSE
JOSEfukamachi/jose

A Common Lisp implementation of JSON Object Signing and Encryption (JOSE) for creating and verifying JWTs.

399Common Lisp
1 year ago
cmu-infix
cmu-infixrigetti/cmu-infix

A Common Lisp library for writing infix mathematical notation using named-readtables.

397Common Lisp
9 years ago
cube
cubexh4/cube

A Kubernetes client library for Common LISP, generated from the Swagger specification.

382Common Lisp
6 years ago
TEN
TENmmontone/ten

A Common Lisp template system combining Djula's completeness with Eco's usability, featuring inheritance, dot syntax, and filters.

383Common Lisp
2 years ago
glfw
glfwshirakumo/glfw

Common Lisp bindings for the GLFW OpenGL context management library, providing up-to-date access to GLFW functionality.

379Common Lisp
2 months ago
plot (vega-lite)
plot (vega-lite)Lisp-Stat/plot

A Vega-Lite domain-specific language for creating visualizations in Common Lisp.

3711Common Lisp
2 months ago
physical-quantities
physical-quantitiesmrossini-ethz/physical-quantities

A Common Lisp library for computations with physical quantities, supporting units, uncertainties, and automatic error propagation.

364Common Lisp
7 months ago
1
5
6
7
12