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
into modules. 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
urse.julialang.org/. 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, Nich