From: Rich Hickey
Subject: [ANN] Lisplets - Lisp-friendly access to Java Servlets
Date: 
Message-ID: <Hf07d.15207$kq6.8536698@news4.srv.hcvlny.cv.net>
Lisplets are Java Servlets that forward their requests, and gather their 
response headers, using s-expressions over sockets. They enable easy 
integration of Common Lisp or Scheme into a Java-based web environment.
Access your Lisp application logic from any servlet container, such as 
Tomcat, Resin, Jetty, JRun and many others.

Lisplets are released as open source under the Common Public License.

For more information, see:
http://lisplets.sourceforge.net/


Rich Hickey
(l i s p l e t s at r i c h h i c k e y dot c o m)