2008/12/18 Bertalan Fodor (LilyPondTool) <[email protected]>: > Hi, > > I'm trying to implement a more or less Guile compatible Scheme > implementation in Java.
Well, someone mentioned kawa. http://www.gnu.org/software/kawa/ There's also jscheme, right? http://www.norvig.com/jscheme.html SISC, which I think claims r5rs compliance: http://sisc-scheme.org/ SIXX -- half-baked, but hey ... http://dgym.homeunix.net/mediawiki/index.php?title=Sixx I remember feeling wowed by the description of 'clojure' http://clojure.org/ It would make a lot more sense to contribute to an existing project of this nature, than to invent something completely new ... --linas
