REPL

From WikEmacs
Revision as of 05:23, 5 April 2012 by S9nn9s (talk | contribs) (Created page with "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 '''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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