Introduction to the Julia programming language
Installation You can download the installer at https://julialang.org/ On Windows you have to set the path manually, e.g. C:\Julia-1.3.1\bin Let’s fire up a command line and type: julia You will be greeted with a nice little ascii art and the prompt. If You want to close the prompt You can use CTRL + D