Languages
- 2321
- McCLIM
- An open source implementation of the Common Lisp Interface Manager, a portable and standardized library for constructing user interfaces.
- 2322
- RDNZL
- A .NET layer for Common Lisp. Lets CL programs interact with .NET libraries. Open source, BSD-like license.
- 2323
- TBNL
- A toolkit for building dynamic websites with Common Lisp. It employs the popular Apache web server for the actual HTTP communication between the server and the browser and it uses Marc Battyani's mod_lisp for the communication between Apache and the Lisp image. [Open source, BSD-style license]
- 2324
- URL-Rewrite
- Small package, can be used to programmatically rewrite (X)HTML documents, to replace some attribute values by others. Description, code samples, downloads, links. [Open source, BSD-style license]
- 2325
- cCLan
- A project to package and easily distribute Lisp software. It is loosely modelled after the ideas behind CPAN, for Perl.
- 2326
- lisp-cgi-utils
- A software package for developing CGI scripts with Common Lisp. It implements a very basic HTTP/CGI interface (sending headers, getting GET/POST and environment variables) and offers tools for easier HTML generation with special support for handling HTML forms. [Open source, LGPL]
- 2327
- ANSI Common Lisp
- By Paul Graham; Prentice Hall, 1995, ISBN 0133708756. Tutorial introduction of essential Lisp programming concepts, plus a convenient, up-to-date reference manual, for ANSI CL.
- 2328
- Common Lisp: A Gentle Introduction to Symbolic Computation
- By David S. Touretzky; Benjamin-Cummings, 1989, ISBN 0805304924. Fine introduction for beginners; even one who never programmed before in any language will be able to use this book, yet covers all relevant topics thoroughly. Full version online, two formats.
- 2329
- On Lisp
- By Paul Graham; Prentice Hall, 1993, ISBN 0130305529. Thorough study of advanced methods, with bottom-up programming as unifying theme. First full description of macros and their uses. Covers important topics related to bottom-up programming: functional programming, rapid prototyping, interactive development, embedded languages. Free download, PDF.
- 2330
- Practical Common Lisp
- By Peter Seibel; Apress, 2005, ISBN 1590592395. Focus: putting CL to practical use with example projects: spam filter, ID3 parser, Shoutcast server. Source code downloads. Full version online.
- 2331
- The Common Lisp Cookbook
- Collaborative project; goal: write for CL a work similar to O'Reilly Media's Perl Cookbook.
- 2335
- Common Lisp the Language, 2nd Edition
- An online version of Steele's reference book on Common Lisp
- 2338
- Good Lisp Programming Style [PS]
- Defines good style, and covers how utilizing built-in functionality can improve style.