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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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