Bazsites.com Lisp
Directory Topics
On the Web
- Fractal Concepts: Maintainer of mod_lisp and cl-pdf - mod_lisp is an Apache plugin which lets apache send requests to a lisp process to generate dynamic content. Think of it as java server pages for lisp. cl-pdf is a library to create files in Portable Document Format from Common Lisp.
- SLUG Mailing List - Symbolics Lisp User's Group archives and information. An ideal list to join if you work with Lisp Machines, more so Symbolics. Many Lisp hackers still subscribe, including Symbolics current and ex-employees. Technical and historic questions are answered fast.
- CL-WIKI - Wiki engine for Common Lisp. Runs alone or on Apache + mod_lisp. [Open source, Lisp Lesser General Public License]
- Introduction to Emacs Lisp Programming - (Second Edition) Official Free Software Foundation manual.
- Lisp and Scheme Meetup Day - Meetup with other local programmers interested in Lisp, Scheme and other functional programming languages.
- Lisp for Robot AI Minds - Artificial intelligence in Lisp.
- Common Lisp HyperSpec - Full online reference for ANSI Common Lisp.
- FAQs: Lisp: AI-related - Contains links to various A.I.-related Lisp topics.
- 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]
- 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]
Wikipedia Articles
- Lisp Machine Lisp - Lisp Machine Lisp is a dialect of the Lisp programming language, a direct descendant of Maclisp, and was initially developed in the mid to late 1970s as the systems programming language for the MIT Lisp machines.
- Vax Common Lisp - Vax Common Lisp is an implementation of Common Lisp for VMS on 32-bit VAXs. It was the first Common Lisp to be written for non-Lisp machinespg 72/294 of Gabriel 1985.
- Spice Lisp - Spice Lisp is a Lisp implementation of Common Lisp, originally written by CMU's Spice Lisp Group for the 16-bit PERQ workstation and its Accent operating system; it used that workstation's microcode abilities (it provided microcodes for Pascal, C, and Ada besides) to implement a stack architecture to store its ...
- Portable Standard Lisp - Portable Standard Lisp (PSL) was a tail-recursive dynamically bound dialect of Lisp inspired by its predecessor, Standard Lisp and the Portable Lisp Compiler. It was developed by researchers at the University of Utah in 1980, which released PSL 3.
- Embeddable Common Lisp - ECL is a free Common Lisp implementation aimed at producing a small-footprint Lisp system that can be embedded into existing C-based applications. It is able to create stand-alone ELF executables from Common Lisp code and runs on most platforms that sport a C compiler.