Julia Tutorial Part 1: Installations & Basics
1 min readJul 8, 2020
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.
Originally published at https://fahim-sikder.github.io on July 8, 2020.