It would be great to be able to do this. It's a pain with Python, not having a globals-clean interpreter.
On Wednesday, February 5, 2014 10:57:35 AM UTC-8, Tobias Knopp wrote: > > No there don't seem to be a cleanup method. And multiple julia > environments are currently not possible. > But from my perspective it would be great to work towards putting all the > globals into a struct so that multiple Julia threads per process become > feasible. > > Am Mittwoch, 5. Februar 2014 19:16:56 UTC+1 schrieb Stephen Chisholm: >> >> >> - Once jl_init is called, is there a way to destroy the Julia environment >> that is initialized? >> >> - Is it possible to initialize multiple Julia environments within the >> same process? >> >> - Without the ability to delete functions or delete global variables >> after a while the environment's memory foot print could get out of hand. >> >
