REPL

From WikEmacs
Jump to navigation Jump to search

A shell-like interactive environment, short for Read-Eval-Print Loop. The naming came from the fact that the system loop through the following steps:

  • system read an expression from user.
  • system evaluated the expression.
  • system print the result.

REPL mode