Languages
- 2321
- 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.
- 2322
- 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.
- 2323
- 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.
- 2324
- 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.
- 2325
- The Common Lisp Cookbook
- Collaborative project; goal: write for CL a work similar to O'Reilly Media's Perl Cookbook.
- 2329
- Common Lisp the Language, 2nd Edition
- An online version of Steele's reference book on Common Lisp
- 2332
- Good Lisp Programming Style [PS]
- Defines good style, and covers how utilizing built-in functionality can improve style.
- 2333
- The Complete Idiot’s Guide to Common Lisp Packages
- Help on the use of packages for segregating namespaces. [PDF]
- 2334
- Arc Forum
- Newbie-friendly community, because all Arc users are new to some extent. User forums with many threads. Open source, Perl Artistic License.
- 2335
- Arc Lisp dialect
- Lisp dialect by Paul Graham; readings in: design philosophy, lessons, why it isn't especially object-oriented, FAQ. Open source, Perl Artistic License.
