From: Bill Birch
Subject: New Version of RefLisp Available and Is the Lisp FAQ still maintained?
Date: 
Message-ID: <6f7fa60c.0304280457.13131747@posting.google.com>
Version 4.0 (Beta) of RefLisp is now available. RefLisp is a small
Lisp interpreter written in C++ for Unix(Linux) and Windows(Cygwin).
No documentation update as yet, but new features are:

* inbuilt web server with Lisp Server Pages, 
* XML parser,  
* MD5 crypto checksum,
* regular expression matching for strings (regex),
* GNU Public License

The interpreter is shallow-binding (i.e., everything has dynamic
scope) and is close in semantics to the original MIT Lisp. RefLisp is
a "Lisp1", it makes no distinction between symbol-values and
function-values, so a symbol can be either but not both. Common Lisp
(CL) compatibility macros are provided, and most of the CL examples in
"Lisp" by Winston & Horn have been run on RefLisp.
Its reference counting design makes it suitable for experimenting with
real-time programming.  This feature also makes integration of C and
C++ libraries into the interpreter very simple.

Beta testers wanted!

Home Page: http://www.ozemail.com.au/~birchb/reflisp/index.html

Is the Lisp FAQ still maintained? 
Could someone let me know who to contact for updates to it?

Thanks and Regards,
Bill