It runs fine with this change. If I enter it line by line at the
interactive prompt it gets very slow responses between lines though.
By the time I've run the native import statements, even do something
simple like 'print(1);' at the prompt takes 10-15 seconds. Running
from the file, the example runs very fast though.
Any thoughts why this might be?
Chris.
--
http://www.bluishcoder.co.nz
I have adjusted the environment-passing mechanism of the
interactive mode a bit, removing references to imported
Java methods that are never used by the program,
and I believe it should work ok now.
Thanks for pointing this out!
- Tiark
Works fine now, thanks!
Chris.
--
http://www.bluishcoder.co.nz