Slide 28
Slide 28 text
REPL
https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop
Read-Eval-Print-Loop is a simple, interactive computer programming
environment that takes single user inputs, evaluates them, and returns the
result to the user.
REPL involves the programmer more frequently than the classic edit-
compile-run-debug cycle.