Julia Tutorial Part 1: Installations & Basics

Md Fahim Sikder
1 min readJul 8, 2020

--

Image Source: Google

Julia is an open-source programming language. It was designed from the beginning for high performance. Julia programs compile to efficient native code for multiple platforms via LLVM. To install it we need to download it's binary from here.

On to the article!

Originally published at https://fahim-sikder.github.io on July 8, 2020.

--

--