

| |||||||
|
You are here: Root > Software > Development
CL quiz
A Common Lisp programming challenge along the lines of "Perl quiz of the week" or "Ruby Quiz". Each week a new quiz is sent to a mailing list, and users can send their solutions. A summary describing ...
DROP: a push/pushnew complement
The DROP macro removes an element from a list in a place.
Hacking CL into a Lisp-1 (an intro to code-walking)
This code snippet shows how to turn Common Lisp into a Lisp-1 by using a technique called code walking.
How to read and process a file
Lisp Idioms
An article by Gene Michael Stover with various Common Lisp idioms for working with lists, sequences, matrixes, and other data.
Lisp Style and Efficiency
Introduction to efficient coding style in Common Lisp.
PDF forms with CL-PDF
Acrobat PDF interactive forms generated with CL-PDF
Pragmatic Parsing in Common Lisp
We review META, a classic technique for building recursive descent parsers, that is both simple and efficient. While META does not handle all possible regular or context-free grammars, it handles a su...
small-cl-src
A mailing list for posting source code of small programs, utilities, libraries and code snippets written in Common Lisp. It is maintained by Ingvar Mattson. Related discussions take place in the small...
small-cl-src-discuss
A mailing list for discussions related to the small-cl-src list. It is maintained by Ingvar Mattson.