Short for read-eval-print loop, REPL is the interactive top level of a programming language interpreter or command line shell. It offers the user a simple prompt, accepts expressions, evaluates them, and prints the result. Examples would be shells such as bash or csh, or the interactive interpreter of a language such as Python or Lisp.

Computer acronyms, Interpreter, Programming terms