From: Ken A. <kan...@bb...> - 2004-09-24 17:39:06
|
It turned out if you loaded code from the REPL and then called into Java that called back out to Scheme, scheme would be evaluated in a different environment so i wouldn't see the loaded code. I've now fixed it so that the REPL and JS.js use the same evaluator. This evaluator is also pushed on the evaluator stack. This lets JScheme have the same behavior it had before the new Evaluator class. k |