Monday, June 28, 2010

CLiki : HTTP dot LSP

CLiki : HTTP dot LSP

HTTP-dot-LSP is a simple, object oriented Web server for CLISP by Erann Gat. From the comments in the source code:
The general idea behind the design of this http server is that interacting with it should be fundamentally an interaction with Lisp objects. Instead of a read-eval-print loop it's a submit-request - eval - generate-html loop.

The source code is available at http://kevin.casa.cavewallarts.com/LISP/http.lisp and is distributed under the terms of the GPL.

No comments: