Julia Programming Language
Why won't Julia let me put a module import within a function?
General Usage
josuagrw
September 12, 2020, 10:40am
2
you could put the using statements in a file and call
include("thatfile.jl")
3 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
How to wrap using JuMP inside a function
Optimization (Mathematical)
jump
3
479
July 15, 2020
What is the best way to use a module inside a function
General Usage
question
3
1620
January 13, 2020
Using functions and types defined in a module, inside a function
General Usage
1
421
November 17, 2018
“using” expression not at top level
General Usage
question
4
2944
June 5, 2020
Trouble scoping functions with module statement in v0.7
General Usage
question
1
380
January 2, 2019