What is repl with examples and explain how it works?
Answers
Answered by
2
A Read-Eval-Print Loop (REPL) is a simple, interactive computer programming environment. The term 'REPL' is usually used to refer to a LISP interactive environment but can be applied to command line shells and similar environments for programming languages like Python, Ruby etc
Answered by
116
A read–eval–print loop (REPL), also termed an interactive toplevel or language shell, is a simple interactive computer programming environment that takes single user inputs, executes them, and returns the result to the user; a program written in a REPL environment is executed piecewise. The term is usually used to refer to programming interfaces similar to the classic Lisp machine interactive environment.
Similar questions
Environmental Sciences,
7 months ago
Physics,
7 months ago
Science,
7 months ago
Math,
1 year ago
Social Sciences,
1 year ago