A REPL is an interactive shell for programming languages that:
- Reads expressions,
- Evaluates them,
- Prints the result and
- Loops back to do it all over again
REPLs are simple tools that I’ve found tremendously useful for learning new languages and exploring unfamiliar code. (more…)