This package provides Python style generators for Common Lisp. It also includes a port of itertools.
This is a native Common Lisp graphics math library with an emphasis on performance and correctness.
A collection of Common Lisp utility functions and macros mostly not found in other utility packages.
This package provides a common lisp CFFI wrapper for the SciPy version of Cephes special functions.
Tripod is a Common Lisp web server aiming to ease plain text, HTML, and Gopher website hosting.
This package provides the CL-SVG
Common Lisp system to produce Scalable Vector Graphics files.
cl-all is a library and script for evaluating Common Lisp expressions in multiple implementations.
Opticl is a Common Lisp library for representing, processing, loading, and saving 2-dimensional pixel-based images.
This is a Common lisp library to unify access to the most common dictionary-like data structures.
CL-DOT is a Common Lisp library for generating Graphviz dot output from arbitrary Lisp data.
A Common Lisp test framework that treasures your failures, logical continuation of Stefil. It focuses on interactive debugging.
Optima is a fast pattern matching library which uses optimizing techniques widely used in the functional programming world.
This is a Common Lisp logging framework that can log at various levels and mix text with expressions.
This library implements the ->
and ->>
macros from Clojure, as well as several expansions on the idea.
The cl-planks
library provides a language for expressing data manipulations as the composition of more primitive operations.
This is a Common Lisp library providing functions to read/write CSV from/to strings, streams and files.
CLACHE provides a general caching facility for Common Lisp. The API is similar to the standard hash-table interface.
McCLIM is an implementation of the Common Lisp Interface Manager specification, a toolkit for writing GUIs in Common Lisp.
This library extracts the TLD (Top Level Domain) from domains. The information is taken from https://publicsuffix.org.
Conium is a portability library for debugger- and compiler-related tasks in Common Lisp. It is fork of SWANK-BACKEND.
This library is a little experiment in reducing verbosity in Common Lisp, inspired by BODOL (https://github.com/bodil/BODOL).
This package provides prototype Common Lisp implementations of TLS, RFC5246, ASN.1, x501,509, and PKCS1,3,5,8.
This is a simple queue library for Common Lisp with features such as non-consing thread safe queues and fibonacci priority queues.
Collections of accessor functions and patterns to access the elements in compound type specifier, e.g. dimensions
in (array element-type dimensions)