Julia Programming Language
`using` and `import` can load files from the CWD? Surprising because it's not documented?
New to Julia
question
pdeffebach
November 20, 2024, 3:17pm
5
This only works if you’ve done
push!(LOAD_PATH, ".")
, right?
4 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Apparent inconsistency importing modules
General Usage
12
785
April 25, 2018
Confused about intent of using/import (docs)
General Usage
module
5
559
January 26, 2021
Using "Module.jl" as alias to include("Module.jl"); using .Module
Internals & Design
4
945
December 30, 2020
Difference between "using" and "include"?
General Usage
5
21630
October 24, 2024
Seeking more extensive docs on module/using/import
General Usage
3
576
January 22, 2017