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 10 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
progressons
progressonsvindarel/progressons

A Common Lisp library for displaying a one-line progress bar in terminal applications.

141Common Lisp
1 year ago
sendgrid
sendgridvindarel/cl-sendgrid

A Common Lisp client library for sending emails via the SendGrid API.

141Common Lisp
4 months ago
a-cl-logger
a-cl-loggerAccelerationNet/a-cl-logger

A Common Lisp logging library for context-sensitive logging of structured data to multiple destinations.

141Common Lisp
4 years ago
rexxparse
rexxparsedtenny/rexxparse

A Common Lisp DSL for string parsing and tokenization inspired by the REXX PARSE construct.

130Common Lisp
2 years ago
cl-json-pointer
cl-json-pointery2q-actionman/cl-json-pointer

A Common Lisp implementation of JSON Pointer (RFC6901) that works independently of any specific JSON library.

132Common Lisp
3 years ago
clj-re
clj-redtenny/clj-re

Clojure-style regular expression functions for Common Lisp, wrapping cl-ppcre with familiar Clojure API.

130Common Lisp
2 years ago
cl-json
cl-jsonsharplispers/cl-json

A highly customizable JSON encoder and decoder for Common Lisp with simple defaults.

136Common Lisp
2 years ago
Actors
Actorsaarvid/Actors

An actor model concurrency library for LispWorks, enabling message-passing parallelism in Common Lisp.

133Common Lisp
8 years ago
make-like
make-likecontainer-lisp/make-like

An opinionated application template builder for Common Lisp web applications with Kubernetes and Emacs integration.

124Common Lisp
5 years ago
calendar-times
calendar-timescopyleft/calendar-times

A Common Lisp calendar time library built on LOCAL-TIME, featuring zoned times and calendar calculations.

123Common Lisp
7 months ago
common-tones
common-tonestheraphonics/common-tones

A portable Common Lisp sound synthesis library forked from CLM-5, rewritten for modern Lisp systems.

121Common Lisp
2 years ago
cl-termbox2
cl-termbox2garlic0x1/cl-termbox2

Common Lisp bindings for the Termbox2 terminal UI library, enabling text-based interface development.

121Common Lisp
2 years ago
trivial-system-loader
trivial-system-loaderatgreen/trivial-system-loader

A portable system downloader/loader abstraction for Common Lisp that tries multiple package managers.

120Common Lisp
2 years ago
clack-pretend
clack-pretendBnMcGn/clack-pretend

A debugging and testing tool for Clack that captures and replays web requests from the Lisp REPL.

120Common Lisp
2 years ago
cl-chroma
cl-chromaatgreen/cl-chroma

A Common Lisp client library for interacting with the Chroma vector database.

120Common Lisp
3 months ago
cl-nats
cl-natsatgreen/cl-nats

A full-featured NATS messaging client for Common Lisp, supporting pub/sub, request-reply, TLS, and auto-reconnect.

110Common Lisp
3 months ago
lunamech-matrix-api
lunamech-matrix-apiK1D77A/lunamech-matrix-api

A Common Lisp client library for the Matrix communication protocol, providing comprehensive API coverage for building bots and integrations.

112Common Lisp
1 month ago
auto-text
auto-textdefunkydrummer/auto-text

A Common Lisp library for automatic detection of text file encoding, delimiters, end-of-line characters, and column consistency.

110Common Lisp
7 years ago
hunchentoot-errors
hunchentoot-errorsmmontone/hunchentoot-errors

Enhances Hunchentoot error pages and logs with detailed HTTP request and session data for debugging.

111Common Lisp
2 years ago
tokyo-tojo-json
tokyo-tojo-jsontojoqk/tokyo.tojo.json

A JSON parser implemented in the Coalton programming language, providing type-safe JSON parsing and manipulation.

110Common Lisp
2 years ago
hu.dwim.walker
hu.dwim.walkerhu-dwim/hu.dwim.walker

A customizable Common Lisp code walker that transforms S-expressions into enriched code structures using CLOS and ContextL.

101Common Lisp
3 months ago
slime-critic
slime-criticmmontone/slime-critic

SLIME extension that integrates Lisp Critic to analyze Common Lisp code for bad programming practices.

101Emacs Lisp
3 years ago
cl-sanitize-html
cl-sanitize-htmlatgreen/cl-sanitize-html

A Common Lisp library for OWASP-style HTML sanitization to safely render untrusted content like user-generated HTML or emails.

102Common Lisp
9 days ago
Quicklisp-apropos
Quicklisp-aproposmmontone/quicklisp-apropos

A Common Lisp tool for searching across exported definitions in Quicklisp libraries using a text search engine.

100Common Lisp
3 years ago
cl-fluent-logger
cl-fluent-loggerfukamachi/cl-fluent-logger

A Common Lisp structured logger for sending application logs to Fluentd.

103Common Lisp
1 year ago
use it from the Lisp REPL
use it from the Lisp REPLsvetlyak40wt/qlot-without-roswell

Use Qlot to manage Common Lisp dependencies directly from the REPL without requiring Roswell.

101
3 years ago
plotly-user
plotly-userajberkley/plotly-user

A Common Lisp package for interactive data exploration and plotting in the browser from the REPL.

91Common Lisp
21 days ago
paren-async
paren-asyncJunker/paren-async

async/await extension for Parenscript, enabling asynchronous programming in Common Lisp web applications.

90Common Lisp
2 years ago
humanize-duration
humanize-duration40ants/humanize-duration

A Common Lisp library for human-readable time duration representation, focusing on significant parts.

92Common Lisp
1 year ago
cl-shlex
cl-shlexruricolist/cl-shlex

A Common Lisp lexical analyzer for shell-like syntaxes, ported from Python's shlex module.

90Common Lisp
5 years ago
equals
equalskarlosz/equals

A Common Lisp implementation of CDR 8, providing generic equality and comparison operations.

92Common Lisp
1 year ago
scheduler
schedulerbyulparan/scheduler

A time-based musical event scheduler for Common Lisp, designed for precise timing in audio programming.

96Common Lisp
8 months ago
portableaserve
portableaservesharplispers/portableaserve

A portable Common Lisp web server providing AllegroServe functionality across multiple Lisp implementations.

90Common Lisp
1 year ago
fiveam-matchers
fiveam-matcherstdrhq/fiveam-matchers

An extensible, composable matchers library for the FiveAM Common Lisp testing framework.

90Common Lisp
3 months ago
cl-annot-revisit
cl-annot-revisity2q-actionman/cl-annot-revisit

A re-implementation of cl-annot providing Common Lisp annotation macros and an @ reader macro for syntactic sugar.

80Common Lisp
3 years ago
zaserve
zaservegendl/aserve

A portable, high-performance HTTP/1.1 web server written in Common Lisp, supporting static/dynamic pages, SSL, and proxy capabilities.

81Common Lisp
2 years ago
1
9
10
11
12