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

2016-11-21 Thread Nicholas Mueschke
rg/. If my answer didn't help, maybe post > there again. Although a shorter post might help to cater to people's > short attention span.) > > [1] http://docs.julialang.org/en/release-0.5/manual/performance-tips/ > > On Fri, 2016-11-18 at 11:22, Nicholas Mueschke <nmue...@gmail

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

2016-11-21 Thread Nicholas Mueschke
es. You don't need to make them full packages: > just "include" the top-level module files in your main script. Then > you can access their components with "MyModule.thing", or via "using" > and "import" if you prefer. > > Finally a couple of syn

[julia-users] Project organization and variable scope question

2016-11-18 Thread Nicholas Mueschke
To start, I'm new to Julia and I'm trying things out to test Julia out for some scientific/engineering applications. In particular, I'm working on moderate size projects, where they're big enough that I'll need more than one file with code in it to stay organized (let's say anywhere from 5-50