[julia-users] Re: Project organization and variable scope question

2016-11-21 Thread Nicholas Mueschke
Ralph... thanks for the clarifications and suggestions. I'll test them out. Nick On Saturday, November 19, 2016 at 11:47:23 AM UTC-6, Ralph Smith wrote: > > Unlike Matlab, Julia doesn't give special treatment to script files. > By "script" we usually mean a file containing a series of

[julia-users] Re: Project organization and variable scope question

2016-11-19 Thread Ralph Smith
Unlike Matlab, Julia doesn't give special treatment to script files. By "script" we usually mean a file containing a series of expressions (which can include type and function definitions) intended for evaluation in the Main module. The Main module is where expressions typed interactively at the