code

source code -- open source, free software

see also: play.org Lisp links

Contributed Lisp manipulation of C structures to WikiBooks, 2007
From presentation at LispSea (Seattle Lisp users group)
Learning Lisp -- ANSI Common Lisp
Walk through the thought process of using the macro facility within ANSI Common Lisp.
mod_remoteApp -- an Apache module
Your CGI apps need not reside on same host as Apache. Transfer only what's needed, and use network sockets.

This is optimized for high performance web services with a security mindset: minimizes network traffic, reduces client & server processing, prevents end users from spoofing headers (eliminates any possibility of duplicate hash key attacks within the CGI app) and potentially helps avoid dynamic memory allocation on the other side of the socket.

[UPDATE: This project has been abandoned in favor of using Nginx's proxy_pass directive.]