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

parcom/email
parcom/emailCommon Lisp

Simple parser combinators for Common Lisp.

#parser-combinators#common-lisp
Stars85
Forks1
Last commit8 months ago
lsx
lsxCommon Lisp

An embeddable HTML templating engine for Common Lisp with JSX-like syntax.

#html-templating#html-template#reader-macro
Stars85
Forks4
Last commit4 years ago
mallet
malletCommon Lisp

A Common Lisp linter focused on catching real mistakes and widely accepted style problems without subjective preferences.

#developer-tools#linter#auto-fix
Stars85
Forks4
Last commit1 month ago
cl-cookieproject
cl-cookieprojectCommon Lisp

A cookiecutter template for generating ready-to-use Common Lisp projects with canonical structure, testing, and binary builds.

#lisp#project-template#lisp-development
Stars83
Forks7
Last commit1 year ago
cl-sqlite
cl-sqliteHTML

Common Lisp binding for SQLite

#sqlite#sqlite3#common-lisp
Stars83
Forks32
Last commit2 years ago
clj-coll
clj-collCommon Lisp

A Common Lisp library implementing Clojure's collection and sequence APIs with optional Clojure syntax for immutable data structures.

#functional-programming#transducers#sequence-processing
Stars82
Forks0
Last commit2 days ago
slippery chicken
slippery chickenCommon Lisp

Algorithmic composition software in Common Lisp and CLOS for generating music scores, MIDI, and sound files.

#music#midi#musicxml
Stars81
Forks3
Last commit11 days ago
erudite
eruditeCommon Lisp

A literate programming system for Common Lisp that embeds documentation directly in code comments.

#multiple-outputs#lisp#code-documentation
Stars81
Forks11
Last commit2 years ago
Slippery Chicken
Slippery ChickenCommon Lisp

A Common Lisp and CLOS package for algorithmic composition, generating sound files, MIDI, and scores in multiple formats.

#music#midi#digital-audio
Stars81
Forks3
Last commit11 days ago
static-dispatch
static-dispatchCommon Lisp

A Common Lisp library that enables compile-time generic function dispatch for performance optimization, similar to overloading in C++/Java.

#metaprogramming#method-combination#type-inference
Stars80
Forks3
Last commit
cl-MCP
cl-MCPCommon Lisp

A Model Context Protocol server for Common Lisp enabling AI agents to interact with Lisp environments via REPL, file operations, and code editing tools.

#json-rpc#sbcl#repl
Stars79
Forks17
Last commit19 days ago
kiln
kilnCommon Lisp

An infrastructure for using Common Lisp as a practical scripting language, enabling small, single-file scripts with minimal overhead.

#hot-reloading#sbcl#multicall-binary
Stars79
Forks2
Last commit16 days ago
jsonrpc
jsonrpcCommon Lisp

JSON-RPC 2.0 server/client for Common Lisp.

#json-rpc#common-lisp
Stars77
Forks17
Last commit11 months ago
named-readtables
named-readtablesCommon Lisp

A Common Lisp library that provides a namespace for readtables, enabling localized and modular syntax extensions.

#namespace#code-reading#readtables
Stars76
Forks18
Last commit23 days ago
ScriptL
ScriptLMakefile

A Common Lisp tool for live-coding shell commands by calling functions in a running Lisp server.

#io-redirection#command-line-tools#shell-scripting
Stars76
Forks11
Last commit11 months ago
Clesh
CleshCommon Lisp

A Common Lisp extension that embeds shell commands and scripts using Perl-like backtick syntax.

#unix-shell#shell-integration#repl-tool
Stars75
Forks7
Last commit5 years ago
cl-react
cl-reactCommon Lisp

Common Lisp utilities using Parenscript to build React web applications with Lisp syntax.

#javascript-interop#parenscript#macros
Stars75
Forks2
Last commit5 years ago
clws
clwsCommon Lisp

A WebSocket server implementation in Common Lisp, supporting multiple draft protocols and providing a resource-based API.

#websocket-server#server-side#sbcl
Stars75
Forks6
Last commit8 months ago
cl-yesql
cl-yesqlCommon Lisp

A Common Lisp library that imports SQL files as Lisp functions, separating SQL from code.

#database#sql-queries#postgresql
Stars73
Forks5
Last commit5 years ago
cl-cxx-jit
cl-cxx-jitC++

Common Lisp and CXX interoperation with JIT

#cpp17#interoperability#jit
Stars73
Forks6
Last commit1 year ago
cl-containers
cl-containersCommon Lisp

A comprehensive containers library for Common Lisp providing data structures like trees, graphs, queues, and heaps.

#trees#containers-library#heaps
Stars72
Forks14
Last commit2 years ago
cl-rest-server
cl-rest-serverCommon Lisp

A Common Lisp library for building RESTful web APIs with serialization, validation, and authentication.

#api#lisp#authentication
Stars71
Forks8
Last commit1 year ago
cl-interpol
cl-interpolCommon Lisp

A Common Lisp library that modifies the reader to enable Perl/Shell-style string interpolation and character insertion.

#string interpolation#dsl#reader-macros
Stars71
Forks12
Last commit4 years ago
easy-routes
easy-routesCommon Lisp

A Hunchentoot-based routing utility for Common Lisp web applications, providing HTTP method dispatch, URL parameter extraction, decorators, and URL generation.

#http-server#lisp#cl-web
Stars70
Forks4
Last commit5 months ago
trivial-types
trivial-typesCommon Lisp

Provides missing but important type definitions for Common Lisp, such as proper-list, association-list, and standard designators.

#static-typing#type-system#code-quality
Stars70
Forks10
Last commit8 years ago
ftw
ftwCommon Lisp

A thin Common Lisp wrapper for native Win32 GUI APIs, enabling Windows desktop application development.

#desktop-application#lisp#ffi
Stars70
Forks10
Last commit2 years ago
cmd
cmdCommon Lisp

A Common Lisp utility for safely running external programs with natural syntax, thread safety, and cross-platform support.

#thread-safety#shell-integration#cli-tool
Stars70
Forks5
Last commit3 months ago
common-cv
common-cvCommon Lisp

OpenCV binding library for Common Lisp, compatible with OpenCV 2.4 and 3.x.

#binding-library#opencv#cvblob
Stars70
Forks9
Last commit7 years ago
printv
printvCommon Lisp

A batteries-included tracing and debug-logging macro for Common Lisp that logs form evaluations and results with typographic enhancements.

#tracing#macro#lisp
Stars69
Forks6
Last commit4 years ago
cl-coroutine
cl-coroutineCommon Lisp

A coroutine library for Common Lisp built on the CL-CONT continuations library.

#coroutines#cl-cont#cooperative-multitasking
Stars69
Forks7
Last commit9 years ago
chronicity
chronicityCommon Lisp

A natural language date and time parser for Common Lisp, inspired by Ruby's Chronic.

#datetime#natural-language-processing#date-parsing
Stars69
Forks14
Last commit7 years ago
bodge-nuklear
bodge-nuklearCommon Lisp

A thin Common Lisp wrapper for the Nuklear immediate mode GUI library.

#nuklear-wrapper#game-development#ui-library
Stars68
Forks11
Last commit2 years ago
json-mop
json-mopCommon Lisp

A metaclass library for seamless serialization between CLOS objects and JSON in Common Lisp.

#object-mapping#metaclass#data-interchange
Stars65
Forks9
Last commit2 years ago
sparser
sparserCommon Lisp

A model-driven, rule-based natural language understanding system for high-precision information extraction at scale.

#rule-based#high-performance#kr-language
Stars65
Forks11
Last commit1 year ago
SLIMA
SLIMACoffeeScript

A Pulsar package that provides an interactive Common Lisp development environment using the Swank backend from SLIME.

#text-editor-extension#swank#atom
Stars65
Forks1
Last commit3 months ago
mgl-gpr
mgl-gprCommon Lisp

A Common Lisp library implementing evolutionary algorithms including Genetic Programming and Differential Evolution for optimization tasks.

#differential-evolution#evolutionary-algorithms#symbolic-regression
Stars65
Forks20
Last commit
PreviousPage 5 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
27 days ago
#Lisp Library88
#Lisp72
#Quicklisp40
#Sbcl39
#Repl30
#Asdf29
#Web Development29
#Functional Programming28
#Cross Platform23
#Clos23
#Developer Tools23
#Performance19