Doctests for Lisp
mod-mult
mod-expt
mod-inv
mod-sqrt <- under implementation
mod-nth-root <- under implementation
dlog <- under implementation
a tiny library of functional programming utils placed into the public domain.
the idea is to make functional programs shorter and easier to read without resorting to syntax [like arc's square bracket unary function syntax]
cl-hash-util is a very basic library for dealing with CL's hash tables. The idea was spawned through working with enough JSON APIs and config files, causing a lot of headaches in the process.
RTG-MATH provides a selection of the math routines most commonly needed for making realtime graphics in Lisp.
cl-guix-utils is a collection of Common lisp utilities for using guix. The primary feature is being able to load Common Lisp guix packages by system name without restarting the lisp process.
cl-guix-utils is a collection of Common lisp utilities for using guix. The primary feature is being able to load Common Lisp guix packages by system name without restarting the lisp process.
This library extends LOG4CL system in a few ways:
* It helps with configuration of multiple appenders and layouts. * Has a facility to catch context fields and to log them. * Has a macro to log unhandled errors. * Adds a layout to write messages as JSON, which is useful for production as makes easier to parse and process such logs. * Uses the appenders which are not disabled in case of some error which again, should be useful for production.
UNIX signal handling library for Common Lisp.
This StumpWM Module provides a notifications server for StumpWM.
A hodgepodge of useful Lisp snippets.
A hodgepodge of useful Lisp snippets.
Make classes like structs.
This package provides a StumpWM module which adds gaps between windows.
This package provides a StumpWM module which adds gaps between windows.
The goal of cl-date-time-parser
is to hide the difference between date-time formats, and to manage date and time as the universal time.
Translate Client is a library for interfacing with an http-protocol web-server that handles text translation between languages.
Supports
Google Translate
Microsoft Translator
The fare-memoization
library builds on an age-old idea: dynamically memoizing Lisp functions. A memoized function remembers results from previous computations, and returns cached results when called with the same arguments again, rather than re-doing the computation.
OpenAPI-generator is an api client system generator.
This package provides a Lisp implementation of TTF font rendering.
This package provides a Lisp implementation of TTF font rendering.
Plumbing to use skitter.sdl2 with cepl.
Currently provides only cepl.skitter.sdl2, more systems will be added when more hosts for cepl are added.