This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Chris Dean wrote:
public void someMethod() {
Scheme scm = new Scheme();
Environment env = scm.getNewEnvironment();
scm.eval( "(require 'srfi-1)", env );
// later ...
scm.eval( "filter", env );
}
The approach documented in the manual is:
scm.eval("filter"); // etc
(using a non-staic eval method).
That crashes in gnu.kawa.slib.srfi1.<clinit>.
I haven't figured out yet, but I'll look info it.
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |