5179 Forks
42217 Stars
42217 Watchers

julia

The Julia Programming Language

How to download and setup julia

Open terminal and run command
git clone https://github.com/JuliaLang/julia.git
git clone is used to create a copy or clone of julia repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with julia https://github.com/JuliaLang/julia/archive/master.zip

Or simply clone julia with SSH
[email protected]:JuliaLang/julia.git

If you have some problems with julia

You may open issue on julia support forum (system) here: https://github.com/JuliaLang/julia/issues