There seems to an answer in the Julia FAQ but nevertheless any tips are welcome.
Thanks, Jan Dňa piatok, 10. októbra 2014 11:04:34 UTC+2 Ján Dolinský napísal(-a): > > Hello, > > I am developing a module. I load it using "using module". Then I call a > function from the module to test it out. If I get an error I fix it in > module.jl but Julia is still using the older unfixed version of the module. > Running "using module" again does not help so I have to quit Julia and > start over to reflect the changes. > > I guess there is a smarter way ? :). Thanks in advance. > > Jan >
