From: Ken A. <kan...@bb...> - 2003-08-04 13:51:06
|
Here's a scheme in Java i just found: http://koala.ilog.fr/shillion/sp/index.html I didn't see any more recent development than 1999, but it looks well written. It uses a much more object oriented style than JScheme does, so the code looks cleaner, though you have to unrwap objects to get the the java values inside. Also, each standard piece of syntax is represented by a class. Access from Scheme to Java uses a pre javadot style. k |