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
.
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

Related Content:
- An Introduction To Asynchronous Programming In Python
- Installing Python
- scipy
- Python Virtual Environments
- pandas