Or from your terminal command line you can type 

julia path/to/hello.jl

and it will execute was is in the file. This is the first topic that is 
discussed in the manual which you should look over): 
http://docs.julialang.org/en/release-0.4/manual/getting-started/

On Thursday, December 3, 2015 at 3:43:12 PM UTC-6, Mark Kugel wrote:
>
>
>
> 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
>

Reply via email to