Julia code run in global scope is generally slower, and gets worse backtraces and line numbers. If you just add
function main() [your code] end main() around your code, that should solve some problems. (note that using statements must be outside the function definition) kl. 15:44:18 UTC+1 mandag 3. november 2014 skrev Nils Gudat følgende: > > Sorry, I don't think I understand your suggestion. What exactly should I > put into a function? >
