run the script from REPL:
julia>include("path/to/hello.jl")
for more information about workflow:
http://docs.julialang.org/en/release-0.4/manual/workflow-tips/
2015-12-03 14:30 GMT-03:00 Mark Kugel <[email protected]>:
>
>
> Hi, I'm just starting to work with JULIA, and I have a couple of questions
> :
>
> 1) To get in touch with Julia, I have a small "hello.jl" script with only
> "*println("Hello
> World.")*". How do I run it through Julia ? Is there somewhere in my mac
> a misty folder that Julia read and where I should store all my scripts ?
> 2) I want to use some data stored in a excel file. In my program, I use
> "ExcelReaders". Where do I have to store my Excel file to let Julia read it
> ?
>
>
> Some info : *Julia Version 0.4.1, installed on my Mac Book Pro in
> '/Applications/Julia-0.4.1.app'*
>
>
> Thank you
>
>
> MK
>