From: Richard W.E. Furse
Subject: Java Lisp (Jisp) is here
Date: 
Message-ID: <01bd930d$0c550bc0$dc15989e@muse>
I've just spent a couple of days writing a miniature version of Lisp in
Java for no particular reason. I'd be interested in what 'the experts'
think of it. I've wrapped a messy applet around it which can be seen at
www.muse.demon.co.uk.

It's supposed to be a Common Lisp subset but I'm not 100% sure about the
scoping rules I've used. Can anyone help (the problem is described on the
page). I've also not used Lisp for 4 years so I can't remember the syntax
enough to be sure what I've written is correct.

Comments appreciated,

-- Richard