[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 1+ is not R5RS
From: |
Linas Vepstas |
Subject: |
Re: 1+ is not R5RS |
Date: |
Fri, 19 Dec 2008 00:09:17 -0600 |
2008/12/18 Bertalan Fodor (LilyPondTool) <address@hidden>:
> 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