Julia | How to start the REPL
Like many modern languages, Julia has a shell interface to support exploratory programming and debugging, called the REPL. In the REPL, it is possible to enter in Julia expressions and get results back from the evaluation of those expressions.
To start the Julia REPL, simply type julia
into the command prompt.
Resources: