A Simple CGI Program
#! /usr/local/bin/gcl.exe -f
(format t ”Content-type: text/html~%~%”)
(format t ”<html><head><title>Lispy</title></head>”)
(format t ”<body><h1>Hello Web!</body></html>”)
This assumes the server is a Unix host, and that the Lisp system is Gnu Common Lisp.