julia-studio

Running Julia .jl files

荒凉一梦 提交于 2019-12-03 02:34:32
问题 I'm new to julia and just finished my first program. I wrote the code in julia-studio and have been testing it within that program. It gives me all of the correct output, but the shell separates the output as if it is two different executions. I'm wondering if it's a problem with my compiler, so I thought I would try compiling it in the default julia shell found at julialang.org. However, I cannot understand and/or figure out how to run it there. My current program reads input from another

Running Julia .jl files

泄露秘密 提交于 2019-12-02 16:31:28
I'm new to julia and just finished my first program. I wrote the code in julia-studio and have been testing it within that program. It gives me all of the correct output, but the shell separates the output as if it is two different executions. I'm wondering if it's a problem with my compiler, so I thought I would try compiling it in the default julia shell found at julialang.org. However, I cannot understand and/or figure out how to run it there. My current program reads input from another file in the same directory and outputs the results. Can anyone explain how to run the program. This http: