Thanks Tim, this is another interesting capability, and I'm definitely looking forward to try it out in Julia REPL. It's a bit unusual though, so I'm still looking for smoother way to work interactively.
I checked one of popular packages (namely, Distributions.jl) and I like their approach. They put all the code for related functionality into somefile.jl without any bothering about modules, play around with it (redefine without any problem) and then, when they are done, just include this file into SomeModule. This is not what I've got used to in Python, but it still works quite well. Anyway, further ideas for better interactive development are still welcome. On Monday, July 7, 2014 12:27:09 PM UTC+3, Tim Holy wrote: > > On Sunday, July 06, 2014 02:52:45 PM Andrei Zh wrote: > > Is there any way to update definitions that where imported into Main > with > > "using" statement? > > Not that I know of. https://github.com/JuliaLang/julia/pull/7487 may be > of > interest to you. > > --Tim > >
