graylex offers a means to do string operations on input streams without slurping all input at once by using Common Lisp Gray Streams, fixed-sized and flexible buffers.
This is especially interesting for lexical analysis ("lexing") where input files can be exuberant, e.g. SQL dumps weighing hundreds of Megabytes.
evol - entrenched virtues of lisp (love reversed) aims to be a compatible and full-fledged replacement for the GNU autotools stack targeted at coping with the autotools' shortcomings while not repeating the mistakes made and still being made at comparable build tool projects.
cl-heredoc is an implementation of "here documents" that allow the user to embed literal strings into code or data without any need for quoting, something that is missing in both ANSI CL and popular implementations.
testbild, universal test output production and consumption facility, is a Common Lisp library designed to provide a common interface for Unit Testing output. Currently it supports TAP (versions 12, 13) and xUnit style output.
Support for TAP consumption is planned.
A Common Lisp Library to calculate string permutations based on the factoradic
number system. Please see http://en.wikipedia.org/wiki/Factoradic if you want to
know more about the subject.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy