lisp

Common Lisp Utilities

Lambda These Common Lisp snippets have been tested with Franz Allegro Common Lisp and the open source CLisp.

Open source Common Lisp implementations include Steel Bank Common Lisp (derived from CMU Common Lisp) Gnu Common Lisp (derived from Kyoto Common Lisp), and OpenMCL (derived from Macintosh Common Lisp).

For more information on Common Lisp, see the Association of Lisp Users and Planet Lisp. The Common Lisp Wiki lists open source projects for Common Lisp. Open source repositories for Common Lisp include common-lisp.net and the Franz open source site.

AP5 is a Lisp-based specification language.

For lighter fare, see PLT Scheme is a family of Scheme implementations, and schemers.org.

Larceny is a Scheme implementation, with a version that runs on .NET.

Gauche is a Scheme implementation intended to act as a script interpreter.

DotLisp is implemented on top of the Mono Project.

Common Lisp HTML Documenter

Lambda This utility collects the exported symbols in a specified package at runtime and dumps them plus any associated documentation strings to an HTML file.

View/Download the source.

Common Lisp Package Tracer

Lambda This utility allows you to trace all the function calls within a specified package. This is handy if you're trying to figure out what a package is doing, or if you're trying to track down an error that's causes an abrupt program termination.

View/Download the source.

License

Hardly anything here, but might as well include a license.

The MIT License

Copyright (c) 2007 Technicat, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.