Read-Eval-Print-Loop (REPL)
aka interactive toplevel or language shell
Consists of a simple interactive computer programming environment that takes single user inputs, executes them, and returns the result to the user.
source: Read–eval–print loop - Wikipedia