[plt-scheme] SISC
On Dec 10, 2008, at 14:03, Eric Krupnik wrote:
> I am having issues with getting Java and Scheme to interact. I have
> a running Java application and want to have scheme do some of the
> basic math in it.
> How would I do that? Syntax, includes, compiling? I have sisc in the
> classpath.
Are you talking about communication between your Java program and a
SISC Scheme program? That would be a question for the SISC folks.
But basically SISC can talk to most anything in the JVM, so I'd manage
things from the SISC side.
If you are talking about communication between your Java / SISC
program and DrScheme, you could use sockets.
Geoff