Definition
A way of interacting with a programming language by typing commands and seeing results immediately.
Read-Eval-Print Loop — an interactive prompt that evaluates expressions one at a time and prints their results.
A way of interacting with a programming language by typing commands and seeing results immediately.
Read-Eval-Print Loop — an interactive prompt that evaluates expressions one at a time and prints their results.