Setting a module global from another module
|
|
1
|
412
|
July 15, 2022
|
Differences of Core.eval vs. running the code directly in other modules then Main
|
|
4
|
623
|
June 9, 2022
|
How to use local, relative modules (best practice, simple)?
|
|
14
|
4611
|
May 26, 2022
|
WARNING: using x.x in module Main conflicts with an existing identifier
|
|
7
|
2299
|
May 12, 2022
|
Using struct defined in a different module results in an error
|
|
3
|
716
|
March 30, 2022
|
Referencing the same module from multiple files
|
|
2
|
1155
|
March 13, 2022
|
Avoid repeating the same `using` line for enclosed modules
|
|
7
|
1274
|
March 8, 2022
|
How best to use a custom module?
|
|
18
|
3208
|
March 1, 2022
|
Subtypes (apparently) not defined within module
|
|
1
|
457
|
February 18, 2022
|
What can't figure out the .. notation in a using statement means?
|
|
6
|
532
|
February 7, 2022
|
Multiple Julia processes while using Modules
|
|
5
|
724
|
January 24, 2022
|
Best practise: organising code in Julia
|
|
10
|
7427
|
January 23, 2022
|
How to share a module between several modules
|
|
12
|
786
|
January 17, 2022
|
Need help understanding best practices to organise projects with many scripts
|
|
1
|
624
|
January 11, 2022
|
Why the global variable is not updated even already initialized and included in all modules?
|
|
12
|
1044
|
August 20, 2021
|
Organization of multiple modules in same package
|
|
18
|
4976
|
May 4, 2021
|
Single module vs. submodules in a project
|
|
17
|
4819
|
February 17, 2021
|
Organizing local Julia code into modules and/or packages
|
|
7
|
1299
|
October 14, 2020
|
How to Import dependency from one file to another inside of a package?
|
|
8
|
5929
|
July 23, 2020
|
Question on package vs modules
|
|
5
|
2615
|
June 30, 2020
|
What is the preferred way to use multiple files?
|
|
12
|
7287
|
November 4, 2019
|
Large programs: structuring modules & include such that to increase performance and readability
|
|
14
|
4236
|
October 4, 2019
|
Pros & Cons of using modules vs plain include?
|
|
14
|
2521
|
September 8, 2018
|