Thanks for your input. I have some questions about your reply: 4. Yes, putting constants in global scope is fine. I believe there will > not be a performance issue is you mark the variables as "const" >
How do I load the configuration file if Major Calculations is a package? "using MajorCalculations" won't work because MajorCalculations.jl requires a configuration file to define constants. And how to I pass the data to MajorCalculations.jl? For example, if MajorCalculations is my "main" file, I would like to write $ julia MajorCalculations.jl configuration.txt data.txt But how does this work in conjunction with "using" or "import" MajorCalculations? Thanks.
