This is a small library providing the ISO-639 language code to language name mapping.
Stefil is a simple test framework for Common Lisp, with a focus on interactive development.
CL-TYPESETTING is a cross-platform Common Lisp typesetting library for all kind of typesetting applications.
A common lisp library that provides extensible function result caching based on arguments (an expanded form of memoization).
This library can be used to print the licenses used by a Common Lisp project and its dependencies.
This module implements org.freedesktop.Notifications interface[fn:dbus-spec]. It shows notifications using stumpwm:message by default.
This package provides a Common Lisp system helping in scripting, it uses uiop:run-program
as a backend.
This package implements an algorithm for the spelling of enharmonics and dealing with ties and dots in rhythm notation.
Dynamic-mixins is for simple, dynamic class combination; it allows objects to be mixed and updated without manually defining many permutations.
This package provides a framework to unify arbitrary Common Lisp objects while constructing bindings for placeholders (unification variables) in a template sublanguage.
This library allows you to define custom indentation hints for your macros if the one recognised by SLIME automatically produces unwanted results.
cl-change-case
is a library to convert strings between camelCase, PascalCase, snake_case, param-case, CONSTANT_CASE and more.
This package defines a Common Lisp package, :elements
, with an ELEMENT
structure and a number of functions to search the periodic table.
This library exports three symbols: with-raw-io
, read-char
, and read-line
, to provide raw POSIX I/O in Common Lisp.
This is a Common Lisp implementation of the MessagePack (http://msgpack.org/) serialization/deserialization format, implemented according to http://wiki.msgpack.org/display/MSGPACK/Format+specification.
Trivia is a pattern matching compiler that is compatible with Optima, another pattern matching library for Common Lisp. It is meant to be faster and more extensible than Optima.
This is a library to find system font files. It works on systems with FontConfig on Linux, BSD. It does not have any foreign dependencies that aren't already directly available on the system.
Transducers are an ergonomic and extremely memory-efficient way to process a data source. Data source refers to simple collections like lists or vectors, but also potentially large files or generators of infinite data.
Common Lisp already has major 2 namespaces, function namespace and value namespace (or variable namespace), but there are actually more — e.g., class namespace. This library offers macros to deal with symbols from any namespace.
This package provides a Common Lisp system a with collection of common tests and operations to help handling pathnames. It does not actually deal in handling the accessing of files on the underlying system however.
This package provides an enhanced version of typep
that is exactly like the one in the Lisp spec, except it can also accept a single type argument, in which case it returns the appropriate closure.
The Type-Templates library allows you to define types and “template functions” that can be expanded into various type-specialized versions to eliminate runtime dispatch overhead. It was specifically designed to implement low-level numerical data types and functionality.
repl-utilities
is a set of utilities which ease life at the REPL. It includes three sorts of features: introspective procedures, miscellaneous utility functions, and, pulling them together, methods to conveniently keep these symbols and optionally additional symbols available in whichever package you switch to.
This system implements binding threading macros -- a kind of threading macros with different semantics than classical, Clojure core threading macros or their extension, swiss-arrows. Two Common Lisp implementations of those are arrows
and arrow-macros
.
This system is a fork of arrows
with changes in semantics that make it impossible to merge back upstream.