Julia relative imports, issue #4600, exactly how "not that difficult" is it?

Note that a technique for importing submodules from relative paths is currently

include(“path/to/MyModule.jl”)
import .MyModule # note .

Syntactic sugar for this might be nice but is not essential.

2 Likes