Common Lisp/External libraries/Portable Allegro Serve
Portable AllegroServe is a portable version of AllegroServe, a web server written in Common Lisp, by Franz Inc. Dynamic language webservers are typically very good at serving up dynamic pages. In AllegroServe, it is often more natural to generate pages on the fly than actually serve up a file.
Example: A Simple Page
Example: Make Your Own MythWeb
Further Reading
- http://portableaserve.sourceforge.net/ The Portable AllegroServer Homepage
 - http://allegroserve.sourceforge.net/ The Franz AllegroServe Homepage
 
Other Options for Webserving in Common Lisp
- http://www.fractalconcept.com/asp/BIE7/sdataQ05ccqEX9vZvDM==/sdataQuvY9x3g$ecX mod_lisp - An Apache module for interfacing with Common Lisp
 - http://common-lisp.net/project/araneida/ Araneida