Java from Scheme from Java
Mario Domenech Goulart <[email protected]> Thu, 27 May 2010 21:05:42 -0400
| Newsgroups | gmane.comp.java.sisc.user |
|---|---|
| Message-ID | <[email protected]> |
Hi I'm working on a Java application which I intend to extend in Scheme. The application would load a Scheme file, evaluate it and get the result from Scheme to be used by the Java code. The Scheme code has to be able to call Java code from the application. I'm having problems to call my Java code from the Scheme code. I've pasted a small piece of code at http://paste.lisp.org/display/105704 in an attempt to demonstrate what I'm trying to do. Basically, I want Foo to load bar.scm. bar.scm calls the public `hello' method from Foo. Any help is appreciated. Best wishes. Mario -- http://parenteses.org/mario ------------------------------------------------------------------------------