Difference between revisions of "REPL"

From MiniScript Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
REPL is an acronym for Read-Eval-Print-Loop.  This is a feature of some [[Category:Environments|environments]] which allows you to type MiniScript code at a prompt, and have it evaluated immediately upon pressing Return.
+
REPL is an acronym for Read-Eval-Print-Loop.  This is a feature of some [[:Environments|environments]] which allows you to type MiniScript code at a prompt, and have it evaluated immediately upon pressing Return.
  
 
Both [[Command-Line MiniScript]] and [[Mini Micro]] feature a REPL.
 
Both [[Command-Line MiniScript]] and [[Mini Micro]] feature a REPL.

Latest revision as of 14:08, 23 July 2023

REPL is an acronym for Read-Eval-Print-Loop. This is a feature of some environments which allows you to type MiniScript code at a prompt, and have it evaluated immediately upon pressing Return.

Both Command-Line MiniScript and Mini Micro feature a REPL.