Difference between revisions of "REPL"

From MiniScript Wiki
Jump to navigation Jump to search
m
Line 3: Line 3:
 
Both [[Command-Line MiniScript]] and [[Mini Micro]] feature a REPL.
 
Both [[Command-Line MiniScript]] and [[Mini Micro]] feature a REPL.
  
[[Category:Command-Line]]
+
[[Category:Command-Line MiniScript]]
 
[[Category:Mini Micro]]
 
[[Category:Mini Micro]]

Revision as of 21:24, 5 January 2021

REPL is an acronym for Read-Eval-Print-Loop. This is a feature of some 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.