Hi Anton,
Take a look at this, which was mentioned recently:
https://github.com/ninjudd/classlojure
(not used myself)
HTH,
--
Laurent
2010/11/22 Anton Dorozhkin
> Thank you for your response.
>
> Everything is static in RT and Compiler classes, so different
> ClassLoaders looks like to be t
Thank you for your response.
Everything is static in RT and Compiler classes, so different
ClassLoaders looks like to be the only solution.
Anton.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegro
On Sun, Nov 21, 2010 at 2:42 PM, Anton Dorozhkin
wrote:
> Hello,
>
> Is there way you use several clojure runtime instances in one Java
> process?
>
> // Thread 1
> RT.loadResourceScript("script1");
> RT.var("user", "function").invoke();
>
> // Thread 2
> RT.loadResourceScript("script2"); // <---