PROGRAMMING LANGUAGES

Julia

Date Published:
Last Modified:

Overview

Julia is a dynamically-typed, compiled language with a strong emphasis on mathematics and data visualization applications. Julia code files usually end in .jl.

The Julia logo.

The Julia logo.

Installation

Linux

You can download generic Linux Julia binaries at https://julialang.org/downloads/.

$ wget <URL to binary>
$ sudo mkdir -p /opt/julia
$ sudo tar xf julia.tar.gz /opt/julia
$ export PATH:"$PATH:/opt/julia/bin"

Compilation

You can compile a Julia file with:

$ julia my_file.jl

Like this page? Upvote with shurikens!

Related Content:

Tags:

comments powered by Disqus