There are many fine options, but usually I set my LOAD_PATH in my ~/.juliarc.jl file.
And yes, I usually put my types and functions in a module. Particularly when you're developing new code, it's nice to be able to reload everything without having to quit Julia. --Tim On Tuesday, May 27, 2014 06:01:30 PM Kuba Roth wrote: > But in order to use 'require' the file has to be in Julia search path, is > that correct? What is the most desirable workflow in this case? Should i > extend LOAD_PATH variable in the repl each time? I imagine while working on > a specific project should i wrap all my functions into a module and keep > calling functions through the module?
