Yes, this is a bit annoying. The current recommendation is to put your code inside of a module.
http://docs.julialang.org/en/release-0.2/manual/faq/#how-can-i-modify-the-declaration-of-a-type-immutable-in-my-session See also the AutoReload.jl package. On Sun, Mar 2, 2014 at 2:51 PM, Julian David Villegas Gutierrez < [email protected]> wrote: > Hi, > > I have an script named splxRev.jl (which basically computes the Revised > Simplex Method, for academical purposes). I set the current directory to > the place where is my file. I include (via the include() command) the julia > file. Anyway the problem is this: I MAKE CHANGES TO THE SCRIPT FILE AND > THEN SAVE, WHEN I RUN MY SCRIPT FILE FROM THE INTERACTIVE COMMAND LINE OF > JULIA IT GETS THE SAME RESULTS THAT WHEN THE FILE HAVE NO CHANGES. > > thanks >
