From: Jonathan A R. <ja...@mu...> - 2004-03-12 19:32:01
|
Each interpreter instance potentially also needs its own class loader (for use by scheme code, not by jscheme itself). Don't forget to provide a way to set it in a newly created instance. I'm really glad that multiple interpreter instances is being discussed. The demand for this is an inevitable consequence of the project's success. Soon you may find two applications that both use jscheme, that need to interoperate in the same Java VM, and neither even *knows* that the other is using jscheme, and this is as it should be. Jonathan |