lisp-cgi-utils
lisp-cgi-utils is a Lisp project for developing web applications using the CGI interface. It contains a package for handling the HTTP requests as well as a HTML generator package with special support for handling forms. Currently, the request handling supports both GET and POST. It also handles cookies for state keeping in the client.

The lisp-cgi-utils has been developed originally for CLISP but is also tested with SBCL and CMUCL.

Homepage: http://www.thangorodrim.de/software/lisp-cgi-utils/index.html