Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Common Lisp

Common Lisp

505 projects

Showing 36 of 505 projects

cl-reader
cl-readerCommon Lisp

A Common Lisp library providing configurable reader macros for cleaner syntax in arrays, hash tables, sets, accessors, and more.

#sets#hash-tables#arrays
Stars14
Forks1
Last commit3 years ago
CLtL2, in PDF format
CLtL2, in PDF formatTeX

Common Lisp The Language Second Edition

#lisp#book#documentation
Stars14
Forks1
Last commit2 years ago
progressons
progressonsCommon Lisp

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

#library#terminal#development-tools
Stars14
Forks1
Last commit1 year ago
sendgrid
sendgridCommon Lisp

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

#sendgrid#email-sender#email-client
Stars14
Forks1
Last commit4 months ago
a-cl-logger
a-cl-loggerCommon Lisp

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

#logstash-integration#swank-integration#logging-library
Stars14
Forks1
Last commit4 years ago
cl-text-plot
cl-text-plotCommon Lisp

A Common Lisp library for creating text-based plots in the REPL using Unicode characters.

#terminal-graphics#plotting-library#text-plotting
Stars14
Forks0
Last commit3 months ago
secret-values
secret-valuesCommon Lisp

A Common Lisp library to reduce the risk of accidentally revealing secret values such as passwords.

#common-lisp
Stars13
Forks1
Last commit5 years ago
cl-json
cl-jsonCommon Lisp

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

#json-encoder#open-source#data-serialization
Stars13
Forks6
Last commit2 years ago
gettext
gettextCommon Lisp

A port of gettext runtime to Common Lisp

#gettext#common-lisp
Stars13
Forks0
Last commit8 years ago
cl-json-pointer
cl-json-pointerCommon Lisp

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

#json-pointer#json-processing#library-agnostic
Stars13
Forks2
Last commit3 years ago
rexxparse
rexxparseCommon Lisp

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

#dsl#tokenization#pattern-matching
Stars13
Forks0
Last commit2 years ago
clj-re
clj-reCommon Lisp

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

#regex-functions#clojure-api#pattern-matching
Stars13
Forks0
Last commit2 years ago
Actors
ActorsCommon Lisp

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

#multiprocessing#parallel-computing#open-source
Stars13
Forks3
Last commit8 years ago
cl-chroma
cl-chromaCommon Lisp

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

#ai#vector-database#openapi
Stars12
Forks0
Last commit3 months ago
clack-pretend
clack-pretendCommon Lisp

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

#clack#testing-tool#unit-testing
Stars12
Forks0
Last commit2 years ago
cl-termbox2
cl-termbox2Common Lisp

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

#text-based-interface#bindings#open-source-library
Stars12
Forks1
Last commit2 years ago
common-tones
common-tonesCommon Lisp

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

#sound#audio-synthesis#music
Stars12
Forks1
Last commit2 years ago
trivial-system-loader
trivial-system-loaderCommon Lisp

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

#system-loader#quicklisp#dependency-management
Stars12
Forks0
Last commit2 years ago
make-like
make-likeCommon Lisp

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

#emacs#containerization#devops
Stars12
Forks4
Last commit5 years ago
calendar-times
calendar-timesCommon Lisp

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

#local-time-wrapper#datetime#date-time
Stars12
Forks3
Last commit7 months ago
colorthemes
colorthemesCommon Lisp

A collection of color themes for the Lem editor, ported from Pygments syntax highlighting styles.

#syntax-highlighting#lisp-programming#editor-themes
Stars12
Forks1
Last commit8 years ago
tokyo-tojo-json
tokyo-tojo-jsonCommon Lisp

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

#functional-programming#static-typing#type-safety
Stars11
Forks0
Last commit2 years ago
stripe
stripeCommon Lisp

Common Lisp library for the Stripe API.

#stripe#common-lisp
Stars11
Forks3
Last commit1 year ago
cl-nats
cl-natsCommon Lisp

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

#distributed-systems#tls#auto-reconnect
Stars11
Forks0
Last commit3 months ago
lunamech-matrix-api
lunamech-matrix-apiCommon Lisp

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

#chat-bots#decentralized-communication#open-standard
Stars11
Forks2
Last commit
auto-text
auto-textCommon Lisp

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

#encoding-detection#common#text-analysis
Stars11
Forks0
Last commit7 years ago
postmodern-passenger-pigeon
postmodern-passenger-pigeonCommon Lisp

Migrations for postmodern 🐦

#lisp#migrations#postgresql
Stars11
Forks2
Last commit1 year ago
hunchentoot-errors
hunchentoot-errorsCommon Lisp

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

#web-server#lisp#hunchentoot
Stars11
Forks1
Last commit2 years ago
slime-critic
slime-criticEmacs Lisp

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

#emacs#lisp#slime
Stars10
Forks1
Last commit3 years ago
cl-sanitize-html
cl-sanitize-htmlCommon Lisp

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

#owasp#web-security#user-generated-content
Stars10
Forks2
Last commit17 days ago
use it from the Lisp REPL
use it from the Lisp REPL

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

#ultralisp#quicklisp#repl
Stars10
Forks1
Last commit3 years ago
Quicklisp-apropos
Quicklisp-aproposCommon Lisp

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

#emacs-integration#developer-tools#slime-extension
Stars10
Forks0
Last commit3 years ago
hu.dwim.walker
hu.dwim.walkerCommon Lisp

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

#code-walker#contextl#lisp-tools
Stars10
Forks1
Last commit4 months ago
cl-fluent-logger
cl-fluent-loggerCommon Lisp

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

#log-aggregation#monitoring#logging
Stars10
Forks3
Last commit1 year ago
fiveam-matchers
fiveam-matchersCommon Lisp

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

#matchers#hamcrest-inspired#unit-testing
Stars9
Forks0
Last commit4 months ago
equals
equalsCommon Lisp

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

#type-system#object-comparison#equality-comparison
Stars9
Forks2
Last commit1 year ago
PreviousPage 12 of 15Next

Related Tags

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
2 months ago
#Lisp Library88
#Lisp72
#Quicklisp40
#Sbcl39
#Repl30
#Asdf29
#Web Development29
#Functional Programming28
#Cross Platform23
#Clos23
#Developer Tools23
#Performance19