| Contents | Home | Previous | Up | Down | Next |
Common-Lisp Small Programs and Tidbits.
Downloading the Sources.
Pure COMMON-LISP Packages.
Clisp Specific Packages.
SBCL Specific Packages.
SUSv3 API Packages.
Common Lisp Extension Packages.
The Common Lisp Directory
CLIKI: the Common Lisp Wiki
The Common Lisp HyperSpec
the book Practical Common Lisp, a very good Common Lisp Tutorial
Some small programs and tidbits.
(Some of these small programs are even put in the Public Domain!).
The following libraries of Common-Lisp packages are all available under the GNU Public License (with perhaps some exceptions toward the Library GNU Public License, check the sources).
These sources are available thru darcs. Use the following commands to fetch them:
darcs get http://darcs.informatimago.com/local/darcs/public/lisp
In addition, you may want to have a look at my dot-files (The password for anonymous cvs user is empty):
cvs -z3 -d :pserver:anonymous@cvs.informatimago.com:/usr/local/cvs/public/chrooted-cvs/cvs co home ls -a home
Ignore the access error on .notes.utf-8, this one is private ;-).
Patches and comments are welcome.
These packages should compile and run on all Common-Lisp implementations.
Some idiosyncrasies:
Here is a summary of the packages:
In this section you will find Common-Lisp packages specific to clisp.
In this section you will find Common-Lisp packages specific to SBCL.
These packages define a SUSv3 Common-Lisp API.
These packages are mostly portable, but may use some extensions, or packages out of the Common Lisp specifications, like GRAY or MOP, or implementation specific packages.
These packages are mostly portable, but may use some extensions, or packages out of the Common Lisp specifications, like GRAY or MOP, or implementation specific packages.
| Contents | Home | Previous | Up | Down | Next |