repl.md
January 14, 2020 ยท View on GitHub
REPL
The Read-eval-print loop is an interactive environment that takes single user inputs (i.e., single expressions), evaluates (executes) them, and returns the result to the user.
January 14, 2020 ยท View on GitHub
The Read-eval-print loop is an interactive environment that takes single user inputs (i.e., single expressions), evaluates (executes) them, and returns the result to the user.