Read Evaluate Print Loop (REPL)
  • is an interactive programming environment that:
    • takes user input
    • evaluates it
    • then prints the result
    • repeating the process in a continuous loop