From: "John O. Schneider" <jos@zuken.com>
Newsgroups: comp.lang.lisp
I'm now wondering if anyone has seen an HTTP server written in Scheme
and possibly other Scheme programs addressing HTML parsing.
My interest is in creating a scheme based or scheme enabled HTTP server
that will communicate to a Scheme enabled HTTP client.
I have written an HTTP server in Scheme. You can obtain the sources by
following the "contributed code" link in the scsh home page:
http://www-swiss.ai.mit.edu/scsh/
The server is designed to be very extensible. The source is designed to
be comprehensible. It comes with documentation. The separate modules of
code (URL parser, etc.) may be of separate use for other apps. It runs
on top of scsh for system services (such as sockets). It has CGI support.
-Olin
|