Languages
- 2302
- SBCL: Steel Bank Common Lisp
- Compiler and runtime system for ANSI CL. Has interactive environment including an integrated native compiler, debugger, many extensions; runs on many platforms. [Open Source, GPL]
- 2303
- librep
- Shared library implementing Lisp dialect that is lightweight, fairly fast, highly extensible. Has interpreter, byte-code compiler, virtual machine. Programs may use interpreter as an extension language, or it may be used for standalone scripts. [Open source, GPL]
- 2304
- newLISP
- General purpose scripting Lisp dialect for Cygwin, FreeBSD, Linux, Mac OS X, Solaris, Win32; like Scheme but with dynamic scoping; GUI version has IDE with editors and source level debugger, Tcl/Tk frontend. [Open Source, GPL]
- 2305
- A Few Things I Know about Lisp Machines
- Miscellaneous information and meta-information, mostly small practical details not covered by other pages, for those who'd like to discover the fantastic lost world of Lisp Machines.
- 2309
- CL-EMB
- A library to embed Common Lisp and special template tags into normal text files. Can be used for dynamically generated HTML pages. [Open source, Lisp Lesser General Public Licence]
- 2310
- CL-GD
- A library for Common Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI. [Open source, BSD-style license]
- 2311
- CL-Interpol
- Library for Common Lisp, modifies reader to have interpolation within strings similar to Perl or Unix Shell scripts; gives various ways to insert arbitrary characters into literal strings even if editor/IDE doesn't support them. [Open source, BSD-style license]
- 2312
- CL-PPCRE
- A portable Perl-compatible regular expressions for Common Lisp. [Open source, BSD-style license]
- 2313
- CL-WHO
- A Lisp Markup Language, i.e. it provides convenient means to convert S-expressions intermingled with code into (X)HTML, XML, or whatever. [Open source, BSD-style license]
- 2314
- CL-WIKI
- Wiki engine for Common Lisp. Runs alone or on Apache + mod_lisp. [Open source, Lisp Lesser General Public License]
- 2315
- CLiki
- Interactive, collaborative Wiki dedicated to Common Lisp. Large amount of diverse information.
- 2316
- Foil: Foreign Object Interface for Lisp
- Protocol and libraries that help access common object runtimes (JVM, CLI/CLR (.MET)) and their libraries, from Lisp. Open source, Common Public License.
- 2317
- Garnet
- A user interface development environment for Common Lisp and X11 or Macintosh. It helps you create graphical, interactive user interfaces for your software.
- 2318
- HTML-Template
- Portable library for Common Lisp, can be used to fill templates with arbitrary (string) values at runtime; loosely modeled after Perl module HTML::Template and compatible with a subset of its syntax. [Open source, BSD-style license]