Read Eval Print Loop (REPL)
Read Eval Print Loop (REPL)
B01 Introduction to Clojure
Day 1: Syntax and REPL
Day 1: Syntax and REPL
Day 2: Data Structures and Editor
Day 2: Data Structures and Editor
Day3: Data-Driven Programming
Day3: Data-Driven Programming
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.gitChange to the directory:
$ cd intro-to-clojure-3Start the REPL:
$ clojure -Mrepl