JScheme
JScheme is a dialect of Scheme with a very simple interface to Java, called the Javadot notation . This notation provides a transparent access to all Java classes, constructors, methods, and fields on the classpath.
JScheme implements all of R4RS Scheme except that continuations can only be used as escape procedures and strings are not mutable.
(追記) (追記ここまで)
License
Other