Computer Science, asked by biswasp1328, 1 year ago

What is repl with examples and explain how it works?

Answers

Answered by amit665386
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 TulipWine
116

 \huge \bf \blue{  \leqslant Answer \geqslant }

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