After installing Julia, to launch the read-eval-print-loop (REPL):
On Unix Systems
Open a terminal window, then type julia at the prompt, then hit Return. You should see something like this come up:
On Windows
Find the Julia program in your start menu, and click it. The REPL should be launched...