Julia

Article by:
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/.

1
2
3
4
$ 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:

1
$ julia my_file.jl

Authors

Geoffrey Hunter

Dude making stuff.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License .

Related Content:

Tags

comments powered by Disqus