Ranked awesome lists, all in one place
This list is a copy of CodyReichert/awesome-cl with ranks
Awesome Common Lisp ★87749
A curated list of awesome Common Lisp libraries.
For awesome software, see lisp-lang.org’s success stories and the awesome-cl-software ★85 list.
Add something new! See the contributing section for adding something to the list.
All libraries listed here are available from Quicklisp unless stated otherwise.
This is released under the GNU Free Documentation License - its text is provided in the LICENSE file. This repository is also mirrored on NotABug - a fully-free (as in libre) alternative to Github. Preference is given to free software and sellers who aren’t evil for physical resources.
Table of Contents
- Build Systems
- Compilers, code generators
- Crypto
- Cryptocurrencies
- Database
- Data Structures
- Foreign Function Interface
- Game Development
- Graphics
- GUI
- Implementations
- JSON
- Language extensions
- Learning and Tutorials
- Library Manager
- Machine Learning
- Natural Language Processing
- Network and Internet
- Numerical and Scientific
- Parallelism and Concurrency
- Regex
- Scripting
- Text Editor Resources
- Text Processing
- Tools
- Unit Testing
- Utilities
- XML
- Contributing
Build Systems
- ASDF - Another System Definition Facility; a build system for Common Lisp. Expat.
- asdf-linguist ★18 ⏳2Y - Extensions for ASDF. Expat.
- asdf-viz ★18 - a tool to visualize the library dependencies of ASDF systems, the call graph of a function and the class inheritances. LLGPL.
Compilers, code generators
C, C++
- cmacro ★644 ⏳3Y - Lisp macros for C. MIT.
- C-mera ★172 - a source-to-source compiler that utilizes Lisp’s macro system for meta programming of C-like languages. GPL3.
- lispc ★390 ⏳2Y - a powerful “lispsy” macrolanguage for C. MIT.
Javascript
- cl-javascript a JavaScript to Common Lisp translator, runtime, and standard library, ES3 compatible, with some ES5 extensions. Allows you to add user scripting to your Common Lisp application. MIT.
Crypto
- crypto-shortcuts ★11 - Collection of common crypto shortcuts. Artistic License 2.0.
- Ironclad ★8 - A library of crypto functions for Common Lisp. Not considered secure, but is still useful for the message digest functions. Expat.
- trivial-ssh ★18 ⏳1Y - An SSH client library. Expat.
Cryptocurrencies
- cl-monero-tools ★2 - Common Lisp toolbox to work with the Monero cryptocurrency. GPL3. Not in Quicklisp.
- emotiq ★70 - a next-generation blockchain with an innovative natural-language approach to smart contracts. MIT.
- peercoin-blockchain-parser ★1 ⏳2Y - parse the blockchain contained in a file and export some of its data to a text file, a SQL script or a database. It can also create a database using the RPC of a Peercoin daemon as source of data instead of a blockchain file. LGPL3. Not in Quicklisp.
- peercoin-calculator ★0 ⏳2Y - This program gives you the probability of generating a POS or POW block within 10 minutes, 24 hours, 31 days, 90 days and 1 year, as well as the reward that can be expected. GUI in Qt. GPL3. Not in Quicklisp.
- peercoin-vote ★4 ⏳3Y - A voting system based on data from the blockchain (addresses and balances). GPL3. Not in Quicklisp.
Database
- cl-dbi ★106 - A database-independent interface for Common Lisp. LLGPL.
- cl-memcached ★16 ⏳3Y - Fast, thread-safe interface to the Memcached object caching system. Expat.
- cl-mongo ★115 - MongoDB client. Expat.
- cl-redis ★126 - Redis client. Expat.
- cl-disque ★12 - Disque client. 3-clause BSD.
- cl-rethinkdb ★42 ⏳2Y - RethinkDB client. Expat.
- cl-sqlite ★33 ⏳7Y - Bindings for SQLite. Public domain.
- clsql - An SQL database with a Common Lisp interface. LLGPL.
- clouchdb - Library for interacting with CouchDB. FreeBSD.
- crane ★171 ⏳1Y - Another ORM. Expat.
- datafly ★66 ⏳1Y - A lightweight database library. 3-clause BSD.
- mito - An ORM for Common Lisp with migrations, relationships and PostgreSQL support LLGPL. mitho-auth, a mixin class for use authorization; mito-attachment ★6 ⏳2Y, a mixin class for file management outside of RDBMS.
- postmodern - A library for interacting with PostgreSQL. zlib.
- pgloader ★1551 - a data loading tool for PostgreSQL. PostgreSQL Licence.
- sxql ★123 - A DSL for generating SQL. 3-clause BSD.
- bknr.datastore ★31 ⏳1Y - a CLOS-based lisp-only database in RAM with transaction logging persistence. licence. (see also chap. 21 of “Common Lisp Recipes”)
- elephant - Elephant is a persistent object database for Common Lisp with full transaction semantics. LLGPL.
- ubiquitous ★10 - A library providing easy-to-use persistent configuration storage. Artistic License 2.0.
To third parties:
- dyna ★13 - an AWS DynamoDB ORM. MIT.
- cl-influxdb ★13 ⏳1Y - an interface to the Time Series Database InfluxDB. MIT.
Data Structures
- bst ★3 ⏳1Y - Binary Search Tree. GPL3. Not in Quicklisp.
- FSet - A functional, set-theoretic collections data structure library. LLGPL.
- pileup - a portable, performant, and thread-safe binary heap for Common Lisp. MIT.
- sycamore ★41 - a fast, purely functional data structure library. BSD_3Clause.
and see more on Quickdocs.
Foreign Function Interface
C
- CFFI ★176 - Portable, easy-to-use C foreign function interface. Expat.
- cl-autowrap ★104 - Automatically parses header files into CFFI definitions. FreeBSD.
Java
- cl+j - A JNI-based interface to a JVM via CFFI. Not available on Quicklisp. Does not reliably work with all implementations. Expat.
Miscellaneous
Objective-C
- objc-lisp-bridge ★11 - A portable reader and bridge for interacting with Objective-C and Cocoa. MIT.
Python
- burgled-batteries ★56 - A bridge between Python and Common Lisp. Not available on Quicklisp. No license specified.
Game Development
- Xelf - Extensible game library. Not available on Quicklisp. GNU LGPL2.1.
- Trial ★64 - Trial is an OpenGL game engine with a heavy focus on modularity. It is supposed to provide a large toolkit of useful bits and pieces from which you can create a game. Artistic License 2.0.
- cl-mpg123 and cl-out123, bindings libraries for libmpg123 and libout123 respectively, giving you fast and easy to use mp3 decoding and cross-platform audio output. Artistic License 2.0.
- trivial-gamekit – with this small framework you would be able to make simple 2D games: draw basic geometric forms, images and text, play sounds and listen to mouse and keyboard input.
Graphics
These are libraries for working with graphics, rather than making GUIs (i.e. widget toolkits), which have their own section.
- cl-cairo2 ★41 ⏳1Y - Cairo bindings. Boost 1.0
- cl-gd - A library providing an interface to the GD graphics library. FreeBSD.
- cl-horde3d ★14 ⏳4Y - FFI bindings to the Horde3D graphics library. Not available on Quicklisp. EPL 1.0
- cl-opengl ★180 - CFFI bindings to OpenGL, GLU and GLUT APIs. 3-clause BSD.
- cl-sdl2 ★131 - Bindings for SDL2 using C2FFI. Expat.
- cl-svg ★11 - A basic library for producing SVG files. Expat.
- CLinch ★212 ⏳1Y - Common Lisp 2D/3D graphics engine for OpenGL. FreeBSD.
- donuts ★13 ⏳1Y - Graph drawing DSL for Common Lisp. Expat.
- dufy ★19 - exact color manipulation and conversion in various color models. MIT.
- lispbuilder-sdl ★101 - A set of bindings for SDL. Expat.
- l-lisp - A framework for generating and simulating plants and fractals. GNU GPL2.
- okra - CFFI bindings to Ogre. Not available on Quicklisp. 3-clause BSD.
- opticl ★120 - a library for representing and processing images. BSD_2Clause.
- Varjo ★116 - Lisp to GLSL translator. BSD_2Clause.
- Vecto - Simple vector drawing library. FreeBSD.
- zpng - A library for creating PNG files. FreeBSD.
- Sketch ★709 - A CL framework for the creation of electronic art, graphics, and lots more. MIT.
GUI
- cl-cffi-gtk - Binding for GTK+3. GNU LGPL2.1.
- cl-gtk2 ★38 ⏳2Y - A binding for GTK+2. LLGPL.
- cl-xul ★30 ⏳2Y - Mozilla XUL bindings. Expat.
- CommonQt ★70 - A Common Lisp binding for Qt4 via QtSmoke. FreeBSD.
- Qtools ★92 - A Qt toolkit, based on CommonQt. Artistic License 2.0
- ltk - A binding for the Tk toolkit. LLGPL or GNU LGPL2.1.
- ceramic - Desktop web apps with Electron. Expat.
- CocoaInterface ★8 - Cocoa interface for Clozure Common Lisp. Build Cocoa user interface windows dynamically using Lisp code and bypass the typical Xcode processes. It has good documentation and a tutorial.
- McCLIM - An implementation of the Common Lisp Interface Manager, version II. GNU LGPL2.1.
- cl-webkit ★25 - A binding to WebKitGTK+. Also adds web browsing capabilities to an application, leveraging the full power of the WebKit browsing engine. MIT.
Implementations
- ABCL - Armed Bear Common Lisp; targets the JVM, compiles to bytecode. Standard conformance. GNU GPL3 with Classpath exception.
- CCL - Clozure Common Lisp; compiler-only implementation, generates native code. LLGPL.
- CLASP - a new Common Lisp implementation that seamlessly interoperates with C++ libraries and programs using LLVM for compilation to native code. This allows Clasp to take advantage of a vast array of preexisting libraries and programs, such as out of the scientific computing ecosystem. LGPL2.1 (and others).
- CMUCL - An implementation from Carnegie Mellon University. Public domain.
- ECL - Embeddable Common Lisp; compiles to C. GNU LGPL2.1.
- GCL - Another GNU implementation; not yet fully ANSI-compliant. GNU LGPL2.1.
- GNU CLISP - A GNU implementation; contains a compiler and an interpreter. Standard conformance. GNU GPL3.
- SBCL - A fork of CMUCL; compiles to machine code. Standard compliance. Public domain, with some parts under Expat and 3-clause BSD.
JSON
- cl-json ★52 - A JSON encoder and decoder. Expat.
- jsown ★54 - A reader and writer for the JSON format. Expat.
- json-mop ★18 ⏳1Y - A metaclass for bridging CLOS and JSON objects. MIT.
Language extensions
- cl21 ★698 - An experimental project to move Common Lisp into the 21st century. Expat.
- alexandria - A general-purpose utility library. Public domain.
- serapeum ★90 - Another general-purpose utility library. Expat.
- anaphora - A collection of anaphoric macros. Public domain.
- cl-algebraic-data-type ★7 - A library for defining algebraic data types in a similar spirit to Haskell or ML. 3-clause BSD.
- iterate - An iteration construct for Common Lisp which is extensible and Lispier. No license specified.
- for - A concise, lispy and extensible iteration macro. Unlike loop it is extensible and sensible, and unlike iterate it does not require code-walking and is easier to extend. Artistic License 2.0.
- series - Functional style without any runtime penalty at all. MIT.
- optima ★217 - Optimized pattern-matching library. LLGPL.
- str ★49 - a modern, simple and consistent string manipulation library. MIT.
- trivial-types ★33 - Trivial type definitions. LLGPL.
- interface - A protocol library. 3-clause BSD.
- cl-syntax ★31 ⏳2Y - Reader syntax conventions. LLGPL.
- cl-2dsyntax - An indentation-sensitive reader system. Not available on Quicklisp. No license specified.
- cl-annot ★98 - Python-like annotations for Common Lisp. LLGPL.
- cl-interpol - A set of reader modifications to allow string interpolation. No license specified.
- arrow-macros ★47 ⏳1Y - Clojure-like threading macros. MIT.
- dissect - when a lot of projects use the “trivial-backtrace” system that just gives them a string with a backtrace, Dissect allows you to capture, step, and completely inspect the stack trace on a variety of Lisp implementations. Also very useful for logging and other situations where execution is automatically continued, but the information of the current stack is still useful to store somewhere. Artistic License 2.0.
CLOS extensions
- Cells - “an implementation of the dataflow programming paradigm”, or “reactive spreadsheet-like expressiveness for CLOS”. Used to build an algebra learning system. With documentation ★15 ⏳9Y. Lisp LGPL.
- closer-mop - A compatibility layer that rectifies many absent or incorrect MOP features. Expat.
- defclass-std ★13 ⏳2Y - a shortcut macro to write DEFCLASS forms quickly. LLGPL.
Non-deterministic, logic programming
- cl-prolog2 ★11 - Common Interface to ISO Prolog implementations from Common Lisp. MIT.
- Screamer ★121 ⏳3Y - augment Common Lisp with practically all of the functionality of both Prolog and constraint logic programming languages. MIT. Screamer+ ★5 - increasing the expressiveness of SCREAMER. Blog post solving Project Euler puzzles.
- Temperance - logic programming. MIT. A focus on performance, with General Game Playing in mind.
Learning and Tutorials
Online
Beginner
-
[Learn X in Y minutes Where X = Common Lisp](https://learnxinyminutes.com/docs/common-lisp/) - Small Common Lisp tutorial covering the essentials. - Practical Common Lisp - A good introductory text to Common Lisp, with practical examples.
- Common LISP: A Gentle Introduction to Symbolic Computation - A nice introduction into the language.
- Learn LISP: Simply Easy Learning - A good set of introductory tutorials; includes interactive examples.
- Successful Lisp - A good book for beginners with some programming background.
- Common Lisp Koans - The project guides the learner progressively through many Common Lisp language features.
- Lisp Quickstart - A good tutorial to get up and code Common Lisp quickly.
- Casting SPELs in LISP - A fun way to learn LISP while reading a comic book.
Intermediate
- The Common Lisp Cookbook
- Common Lisp tips - A blog with useful tips and tricks.
- CommonQt tutorial - A nice introduction to CommonQt.
- A tutorial for creating and publishing open-source Common Lisp software - A handy tutorial for using Quicklisp and a bunch of other tools to create and publish a project in Common Lisp.
Advanced
- Let Over Lambda - A book on advanced macro techniques. The first six chapters are available online.
- On Lisp - Paul Graham’s amazing book on Lisp macros (and other interesting things).
Reference
- Common Lisp Quick Reference - A distilled, pocket-size version of the ANSI CL spec. Available for download as a PDF.
- CLHS - The Common Lisp HyperSpec; the ANSI CL standard, in hypertext form.
- CLOS MOP specification - A modern public domain online version of chapters 5 and 6 of The Art of the Metaobject Protocol
- Common Lisp Standard Draft - The final draft of the Common Lisp specifications, in a well formatted PDF.
- Common Lisp the Language - The original standard for Common Lisp before the ANSI spec.
- Minispec - A friendlier, but less-complete, version of CLHS. Also contains documentation for some commonly-used CL libraries (such as Alexandria).
- Simplified Common Lisp reference - The simplified version of CLHS.
- Quickdocs - A reference for the libraries provided by Quicklisp.
Offline
Beginner
- Land of Lisp - A fun, game-oriented introduction to Common Lisp.
- Practical Common Lisp - A good introductory text to Common Lisp, with practical examples.
- Common Lisp Koans - The project guides the learner progressively through many Common Lisp language features.
Intermediate
- ANSI Common Lisp - A thorough, practical covering of the entire language, with exercises. Not recommended as a starter text, due to some caveats.
- Common Lisp Recipes - Common Lisp Recipes is a collection of solutions to problems and answers to questions you are likely to encounter when writing real-world applications in Common Lisp. Published in 2015.
Advanced
- Let Over Lambda - A book on advanced macro techniques. All eight chapters are available in the print copy.
- Object-Oriented Programming in Common Lisp: A Programmer’s Guide to CLOS - An old, but very thorough book on CLOS.
- Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp - A book on programming AI that covers some advanced Lisp.
Library Manager
- Roswell ★760 - a Lisp implementation installer, script launcher and more. MIT.
- qlot ★138 - A project-local library installer, similar to Bundler or Carton. Expat.
- Quicklisp - A library manager containing many libraries, with easy depencency management. Expat.
- Quickutil ★63 ⏳1Y - A utility manager, similar to Quicklisp, but for small utilities rather than whole libraries. 3-clause BSD.
- Qi ★57 - A package manager with a traditionnal approach. BSD.
might help:
- print-licenses ★9 - print licenses used by a project and its dependencies. Not in Quicklips. MIT.
Interfaces to other package managers
- cl-brewer ★6 ⏳1Y - Homebrew formula builder for (command line) common lisp applications. Public domain.
- qldeb - Quicklisp systems to debian packages, along with deb-packager ★3 ⏳2Y (simply create a debian package by defining an s-expression) and an introductory blog post. Both MIT.
- ql-to-deb ★16 - Update cl-* debian packages from Quicklisp releases. WTFPL.
Machine Learning
- clml ★131 - originally developped by Mathematicl Systems Inc., a Japanese company. With a tutorial. LLGPL.
- mgl - used by its author to win ★111 ⏳3Y the Higgs Boson Machine Learning Challenge. MIT.
- antik - a foundation for scientific and engineering computation in Common Lisp. GPL. Also mgl-mat and LLA ★72.
Credit: borretti.me’ state of CL ecosystem 2015.
Natural Language Processing
- cl-nlp ★126 - Natural language processing toolset. Apache2.0.
- babel2 - A Fluid Construction Grammar implementation, computational framework, and unification-based grammar formalism Apache2.0.
Network and Internet
See Cliki for more.
HTTP clients
- Dexador ★105 - An HTTP client, that aims at replacing Drakma. MIT.
HTTP Servers
- Clack ★687 - A web application environment inspired by Rack and WSGI. LLGPL. Provides a unified interface to a webserver of choice (default is Hunchentoot).
- Hunchentoot - A web server. 2-clause BSD
- aserve ★85 - AllegroServe; a web server. LLGPL.
- wookie ★145 ⏳1Y - Asynchronous HTTP server. Expat.
- woo ★662 - A fast non-blocking HTTP server on top of libev. MIT.
Clack plugins
- clack-errors ★19 ⏳2Y - Error page middleware for Clack. LLGPL.
- clath ★10 - a single sign-on middleware for Clack. It allows basic login with OAuth1.0a, OAuth2 and OpenID. At the time of writing, it supports authentication from Google, Twitter, LinkedIn, StackExchange, Reddit and Github. Apache2.0.
- clack-pretend ★6 - a testing and debugging tool for clack. Apache2.0.
- hermetic ★19 ⏳1Y - Security for Clack-based web applications. Expat.
Web frameworks
- Caveman ★490 - A powerful web framework. LLGPL. Example projects: Quickdocs
- hh-web ★33 ⏳3Y - Framework for building modern web apps. Expat.
- ningle - A super-micro web framework. LLGPL. ninglex ★10, an extended and noob-friendly ningle (mostly easier handling of query parameters). MIT.
- radiance ★90 - An extensible framework library and multi-application CMS. Artistic License 2.0.
- Lucerne ★104 - A minimal web framework built on Clack, inspired by Flask. MIT.
- Snooze ★53 - A RESTful web framework, built on Clack, where routes are just functions and HTTP conditions are just Lisp conditions. LLGPL.
There are more projects, more or less discontinued but interesting. See the other ressources.
Assets management
- Rock ★31 ⏳3Y - an asset manager for Common Lisp. It’s basically a combination of Bower and webassets. MIT.
Parsing html
- http-parse ★17 ⏳3Y - An HTTP parser in Common Lisp. Expat.
- Plump - A lenient HTTP/XML parser, tolerand on malformed markup. Artistic License 2.0. Best used with lquery and clss ★15.
Querying HTML/DOM
- lquery - A jQuery-like HTML/DOM manipulation library. Artistic License 2.0.
See also XML below.
HTML generators and templates
- cl-who - An HTML generator. FreeBSD.
- spinneret ★67 - Common Lisp HTML5 generator. Expat.
- cl-markup ★45 ⏳2Y - Modern markup generation library. LLGPL.
- Djula ★65 - A port of Django’s template engine to Common Lisp. Expat.
- eco ★19 - Fast, flexible, designer-friendly template engine. Expat.
URI handling
- quri ★51 ⏳1Y - Another URI library for Common Lisp. Supports userinfo, IPv6 hostname, encoding/decoding utilities,… BSD_3Clause.
- purl ★2 - Provides a parser and defines a type for URLs as specified in RFC1738. GNU GPL3.
- cl-slug ★16 ⏳1Y - a small library to make slugs, mainly for URIs, transform in CamelCase, remove accentuation and punctuation, for english and beyound. LLGPL.
Javascript
- Parenscript - A translator from Common Lisp to Javascript. 3-clause BSD. See Trident-mode ★37 ⏳5Y, an Emacs mode that provides live interaction with the browser.unlicence.
- parse-js - A package for parsing ECMAScript 3. zlib.
- JSCL ★444 - A CL-to-JS compiler designed to be self-hosting from day one. Lacks CLOS, format and loop.
- CL-JavaScript - A translator from Javascript to Common Lisp. Not available on Quicklisp. Expat.
- Wuwei - A toolkit to build Ajax-based web pages. MIT. See also this fork for these improvements.
- SmackJack ★9 ⏳1Y - An Ajax Common Lisp Library using parenscript to generate javascript and hunchentoot (for now) as the web server. Also allows a server-side lisp function to call a client-side parenscript one. MIT.
- Panic ★22 ⏳1Y, a Parenscript library for React. Not in Quicklisp. MIT. Its TodoMVC example.
Websockets
- websocket-driver ★52 - a WebSocket server/client implementation, backend agnostic (Clack). 3-clause BSD.
See more on cliki.
Static site generators
- coleslaw ★274 and its coleslaw-cli ★3 ⏳1Y - Flexible Lisp Blogware similar to Frog, Jekyll, or Hakyll. BSD.
Deployment
- heroku-buildpack-common-lisp - A Heroku buildpack that uses Roswell to compile Common Lisp applications. LGPL3.
- cube ★14 - Kubernetes client library for Common LISP generated from the Swagger specification. No license specified.
Third-party APIs
- Aws-sign4 ★10 - Common Lisp library for Amazon Web Services signing version 4. GNU GPL3.
- north - The successor to the South (Simple OaUTH) library, implementing the full oAuth 1.0a protocol, both client and server sides. Using North you can easily become an oAuth provider or consumer. Artistic License 2.0.
- avatar-api ★8 ⏳3Y - Get avatars from Google+, Gravatar and others. Expat.
- chirp ★43 - A Twitter client library. Artistic License 2.0.
- cl-irc - An IRC client library. Expat.
- cl-mediawiki ★13 ⏳1Y - a wrapper around the MediaWiki api. MIT.
- cl-openid - An implementation of OpenID. LLGPL.
- cl-pushover ★1 ⏳1Y - Common Lisp bindings to Pushover. MIT.
- cl-ses ★11 ⏳2Y - Library for AWS SES. Expat.
- humbler ★8 - A Tumblr API interface. Artistic License 2.0.
Others
- cl-closure-template ★66 ⏳2Y - Implementation of Google’s Closure templates. LLGPL.
- colleen ★30 - IRC bot with a modular framework. Artistic License 2.0.
- css-lite ★53 ⏳6Y - A CSS grammar. Expat.
- find-port ★6 ⏳2Y - Programmatically find open ports. MIT.
- Cl-forms ★7 - Web forms handling library for Common lisp. MIT.
- Postmaster ★3 ⏳3Y - A simple, easy-to-use SMTP/IMAP library. Expat.
- cl-selenium-webdriver ★9 - a binding library to Selenium 2.0.
- usocket ★79 - A portable TCP and UDP socket interface. Expat.
Numerical and Scientific
- cl-spark ★54 ⏳3Y - Generates sparkline strings for lists of numbers. Expat.
- GSLL - GNU Scientific Library for Lisp; allows the use of the GSL from Common Lisp. GNU LGPL2.1.
- common-lisp-stat ★139 - Common Lisp statistics library. FreeBSD.
- magicl ★39 - Matrix Algebra proGrams In Common Lisp based on BLAS/LAPACK and Expokit, by Rigetti Computing. BSD_3Clause.
- maxima - Computer algebra system. Not available on Quicklisp. GNU GPL3.
- lisp-matrix ★48 - A matrix package. FreeBSD.
- 3-matrices - A library implementing common matrix calculations, with an emphasis on 2x2,3x3, and 4x4 matrices as commonly used in graphics. It provides some numerical functions as well, but those are not the focus. The library is heavily optimised, so it is not made of pretty code. Artistic License 2.0.
Parallelism and Concurrency
- BordeauxThreads - Portable, shared-state concurrency. Expat.
- chanl ★105 - Portable, channel-based concurrency. Expat, with parts under 3-clause BSD.
- cl-async ★176 - A library for general-purpose, non-blocking programming. Expat.
- erlangen - Distributed, asynchronous message passing system for Clozure Common Lisp. GNU GPL3. See also the Actors ★0 package for LispWorks (discussion) MIT.
- lesque ★14 ⏳4Y - A clone of Resque. Not available on Quicklisp. Expat.
- lparallel ★133 ⏳1Y - A library for parallel programming. 3-clause BSD.
- Xecto ★30 ⏳2Y - A library for regular array parallelism. 3-clause BSD.
- Moira ★16 - Monitor and restart background threads. In-lisp process supervisor. No license specified.
- simple-tasks ★7 - A very simple task scheduling framework. Artistic License 2.0.
- deeds ★6 - Deeds is an Extensible Event Delivery System. It allows for efficient event delivery to multiple handlers with a complex event filtering system. Artistic License 2.0.
- cl-flow ★20 - Data-flowish computation tree library for non-blocking concurrent Common Lisp. MIT.
Job processing
- psychiq ★31 - redis-based background job processing for Common Lisp applications. Inspired by Ruby’s Sidekiq and compatible with its web UI. LLGPL.
Regex
Scripting
- Roswell ★760 - a lisp installer and scripting environment (helper, launcher, installer) and more. MIT.
- Shelly ★65 ⏳3Y - execute Common Lisp functions like a shell command, without the need to write a command line arguments parser. And it also can be used as a Make-like build-tool. FreeBSD.
- cl-readline ★20 - a set of functions to edit lines as they are typed in, to maintain a list of previously-entered command lines, to recall and reedit them and perform csh-like history expansion. Emacs and vi editing modes. GPL3.
- Unix-opts - a command line options parser with a concise declaration of options. MIT.
- CLON ★24 ⏳1Y - Command Line Options Nuker. ISC.
- cl-ansi-term ★8 - print colorized text, horizontal lines, progress bars, (un)ordered lists and tables on ANSI-compliant terminals. GPL3.
- cl-charms ★57 - an
interface to
libcurses
in Common Lisp. It provides both a raw, low-level interface to libcurses via CFFI, and a more higher-level lispier interface. MIT. - Deploy ★28 - a system to help you easily and quickly deploy standalone common lisp applications as binaries. Specifically it is geared towards applications with foreign library dependencies that run some kind of GUI. Artistic License 2.0.
Text Editor Resources
This contains plugins and other goodies for various text editors.
- Parinfer - Parinfer is a way to edit lisp code that helps to keep both the indentation and the parenthesis balanced. It is easy to start with and yet it offers advanced features à la Paredit. It is available on many editors (Emacs, Vim, Neovim, Atom, Sublime Text, Visual Studio Code, LightTable, CodeMirror,…).
Emacs
- Slime ★938 - Superior Lisp Interaction Mode for Emacs; a full-blown environment for Common Lisp inside of Emacs. Public domain.
- Sly ★306 - SLY is a fork of SLIME and contains multiple improvements upon it.
- Portacle - A portable and multiplatform Common Lisp environment: SBCL, Quicklisp, Emacs, Slime, Git.
- cl-devel2 - a Docker container for Common Lisp development environment. Ships SBCL, CCL, Roswell and Emacs25 with Slime.
Vim
- SLIMV ★250 - Superior Lisp Interaction Mode for Vim; a full-blown environment for Common Lisp inside of Vim. No license specified.
- Vlime ★88 - VLIME: Vim plus Lisp Is Mostly Evil. A Common Lisp dev environment for Vim (and Neovim). MIT.
Lem
- Lem ★177 - a ready to use, Emacs-like, Slime-based editor tailored for Common Lisp development. Ncurses and Electron interfaces. MIT.
Atom
- ATOM-SLIME allows you to interactively develop Common Lisp code, helping turn Atom into a full-featured Lisp IDE. MIT.
Sublime Text
- Sublime Text has Common Lisp support with its “SublimeREPL” package. [Proprietary].
Notebooks
- cl-jupyter ★131 - A Common Lisp kernel for Jupyter notebooks custom licence.
- Darkmatter ★288 - A notebook-style Common Lisp environment. MIT.
REPLs
- cl-repl - an ipython-like REPL. With completion, shell commands, magic commands, debugger, etc. MIT. With colorthemes ★7.
Text Processing
- montezuma ★16 ⏳1Y - Full-text indexing and search for Common Lisp. Expat.
- mk-string-metrics ★13 - Calculate various string metrics efficiently in Common Lisp (Damerau-Levenshtein, Hamming, Jaro, Jaro-Winkler, Levenshtein, etc). MIT.
- cl-yacc ★32 - a LALR(1) parser generator. MIT.
- wiki-lang-detect ★19 - Text language identification using Wikipedia data. No license specified.
Tools
These are applications or bits of code that make development in Common Lisp easier without being Common Lisp libraries themselves.
- quickapp - A project for generating template projects with SBCL and buildapp. Also includes a command-line argparser. 3-clause BSD.
- quickapp-cli ★2 ⏳3Y - quickapp as a command-line utility. 3-clause BSD.
- quicksearch ★22 ⏳4Y - Look up online libraries from the REPL. Expat.
- SWIG - A tool for generating FFI code from C/C++ header files. GNU GPL3.
- cl-project ★104 - General modern project skeletons. LLGPL.
- lake ★41 ⏳1Y - a GNU make like build utility. MIT.
Unit Testing
- FiveAM ★91 - Simple regression testing framework. FreeBSD.
- CLUnit ★16 - A unit testing library. Expat.
- Prove ★171 - Yet another unit testing framework Expat.
- Parachute ★10 - An extensible and cross-compatible testing framework. With test dependencies, conditions, fixtures and restarts. Artistic License 2.0.
- Mockingbird ★8 ⏳1Y - A small stubbing and mocking library for Common Lisp. Can also check wether a stubbed function was called, how many times and with which arguments. MIT.
- Check-it ★23 ⏳1Y - A QuickCheck-style randomized property-based testing. LLGPL.
- cl-coveralls ★20 ⏳2Y - a helper library to post test coverage to Coveralls. See continuous-integration on lisp-lang.org and SBCL’s code coverage tool. FreeBSD.
Utilities
Caching
- clache ★1 - General caching facility. No license specified.
Configuration
- envy ★33 ⏳1Y - Configuration switcher. FreeBSD.
- py-configparser - reads and writes Python’s ConfigParser-like configuration files. MIT.
CSV
- cl-csv ★58 - A library for parsing CSV files. 3-clause BSD.
Date and time
- localtime - A development library for manipulating date and time information in a semi-standard manner. 3-clause BSD.
- cl-date-time-parser ★10 ⏳4Y - Parse date-time-string, liberally. Hides the difference between date-time formats, and enables to manage date and time as the one date-time format. MIT.
- chronicity ★29 - A natural language date and time parse, to parse strings like “3 days from now”. BSD_3Clause.
- local-time-duration ★9 - Duration processing library built on top of local-time. MIT.
Data validation
- ratify ★8 - A collection of utilities to ratify, validate and parse inputs. Artistic License 2.0.
Documentation builders
- sphinxcontrib-cldomain ★10 ⏳1Y - Extending Sphinx to cover Common Lisp. To build documentation with the same ease as sphinx would a Python project. GPL3
- Codex ★56 - A beautiful documentation system for Common Lisp. MIT.
- Staple ★13 - a tool to generate documentation pages using an HTML template. Uses the existing README, adds docstrings, crossreferences and links to the CLHS. ArtisticLicense2.0.
Files and directories
- uiop and its
pathname
package (replaces cl-fad). uiop is part of ASDF3 and as thus is shipped in many implementations. MIT. - osicat - A lightweight operating system interface on POSIX-like systems (directory iteration and deletion, environment variables, file permissions, etc) Expat.
- pathname-utils ★3 - A collection of utilities to help with pathname operations. Artistic License 2.0.
- archive ★18 - a library for reading and creating archive (tar, cpio) files. BSD_3Clause. A pure Common Lisp replacement for the ‘tar’ program.
Git
- legit - an interface to the Git binary. Artistic License 2.0.
i18n
- cl-locale ★16 ⏳2Y - A simple i18n library. LLGPL.
Linting
- sblint ★29 - a linter for Common Lisp source code using SBCL, suited for Reviewdog (slides). BSD_2Clause.
Logging
- log4cl ★16 - Logging framework modelled after Log4J. Apache2.0. Advanced integration with Slime.
To third parties:
- cl-fluent-logger ★8 - A Common Lisp structured logger for Fluentd.
Markdown
Plotting
- vgplot ★20 ⏳1Y - an interface to the gnuplot plotting utility with the intention to resemble some of the plot commands of octave or matlab. GPL3.
- eazy-gnuplot ★21 - a lispy, structure-less Gnuplot library. With its cookbook. LLGPL
Other
This contains anything which doesn’t fit into another category.
- babel ★45 - A charset encoding/decoding library. Expat.
- chipz ★12 - A decompression library. 3-clause BSD.
- cl-cuda ★129 - A library to use NVIDIA CUDA in Common Lisp programs. LLGPL.
- corona ★35 ⏳1Y - Create and manage virtual machines from Common Lisp http://eudoxia.me/corona MIT.
- esrap ★78 ⏳1Y - Packrat parser. Expat.
- fast-io ★98 - Fast octet-vector/stream I/O. 3-clause BSD.
- glyphs ★19 - A library for cutting down the verboseness of Common Lisp in places. GNU GPL3.
- iolib ★111 - I/O library. Expat.
- mixalot ★22 ⏳2Y - A loosely-coupled collection of audio libraries. No license specified.
- named-readtables ★16 - Provides a readtable namespace, akin to package namespaces. 3-clause BSD.
- nEXT-Browser - A productivity focused, extensible/programmable web browser. 3-clause BSD.
- Salza2 - A library for creating compressed data. FreeBSD.
- simple-currency ★4 - A currency conversion library using daily information published by the ECB. FreeBSD.
- template - A library for templates and functions, similar to C++. 3-clause BSD.
- texp - A DSL to generate TeX. No license specified.
- trivial-benchmark ★18 - Tiny benchmarking library. Artistic Licence 2.0.
- trivial-garbage ★19 ⏳1Y - A portable finalizer, weak hash-table and weak pointer API. Public domain.
- trivial-utf8 - A small library for doing UTF-8-based I/O. Not available on Quicklisp. No license specified.
XML
- CXML - XML parser, with a range of extension libraries. LLGPL.
- Plump - A lenient XML parser. Artistic License 2.0.
- s-xml - A basic parser. LLGPL.
- xmls - A small, simple, non-validating XML parser. 3-clause BSD.
- cl-feedparser ★9 - A Common Lisp (RSS, Atom) feed parser. LLGPL
Contributing
Your contributions are always welcome! Please submit a pull request or create an issue to add a new framework, library or software to the list.
This list is a copy of CodyReichert/awesome-cl with ranks