There are other lisps (including schemes) but the three I have some
experience with are JScheme, SISC, and Clojure. Based on that I would
answer it this way...
* Use SISC if you want a full implementation of Scheme on the JVM.
(It's been reliable in the past but I have not used it for a couple of
My history man be wrong, but wasn't JScheme the original starting
point for DotLisp?
http://dotlisp.sourceforge.net/dotlisp.htm
-m
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note tha
Well, what are your needs or objectives?
If you just want to do Scheme on top of Java, JScheme will be fine.
The rationale behind Clojure is functional programming and
concurrency:
http://clojure.org/rationale
For a more comprehensive answer, I'll let the man himself speaks 8)
Rich does a detail