On Tue, Jul 28, 2015 at 11:27 AM, LarryD <[email protected]> wrote: > When I start Juno, I wait ~10 secs for "spinning .... " to complete. Then if > I need, say, "using pyplot", I wait another ~15 secs. I am just learning > Julia, so I often make mistakes in my test programs, and it's not uncommon > to need to interrupt Julia to stop something I inadvertently created. But > then I have to go back through "using pyplot" + whatever else my program > needs. Is there any way to separate stuff that's already compiled from > stuff that I'm working on so that the already compiled stuff can stay > compiled?
On 0.4 yes. https://github.com/JuliaLang/julia/pull/8745 > > Thanks > >
