Copyright (C) 2001 Christian Queinnec
$Id: README,v 1.5 2001/02/01 19:57:34 queinnec Exp $

                           PS3I
        The Persistent Server-Side Scheme Interpreter
                 <Christian.Queinnec@lip6.fr>

PS3I is another Scheme interpreter, nearly R4RS compliant, written in
Java.  However PS3I is a concurrent, multi-threaded, multi-user
interpreter that may be used from a command line or via servlets.

PS3I uses the Configuration package. Both are released under the terms
of GPL, see the COPYING file.

Additional information in the (javadoc-generated) documentation in
doc/index.html.

The distribution appears as a ps3i.jar file not ready for use. You
must run it in a context where the following packages are available.
These other packages are:

        getopt by Aaron M. Renn  http://www.urbanophile.com/arenn/
        regexp by Wes Biggs      http://www.cacas.org/~wes/java/
        log4j  by Ceki Gulcu     http://log4j.org/

which are under GPL and
 
        javax.servlet from Sun Microsystems, Inc. 

which is distributed under its own license. Check with or download from
                                 http://java.sun.com/products/servlet/

You may alternatively download the ps3i+.jar which contains them all.
The home site for PS3I is:

        http://youpou.lip6.fr/queinnec/Java/

#fin.
