Read Eval Print Loop (REPL)

In this lesson, we are introduced to our robot protagonist and his dream of becoming a baker.

The REPL stands for Read-Eval Print Loop. It's a prompt where we get to connect to a running program and send it code to compile.

Get the code:

$ git clone git@github.com:lispcast/intro-to-clojure-3.git

Change to the directory:

$ cd intro-to-clojure-3

Start the REPL:

$ clojure -Mrepl