Read-eval-print loop
Exact page not found, but we found similar results:
Read–eval–print loop
A read–eval–print loop (REPL), also termed an interactive toplevel or language shell, is a simple interactive computer programming environment that takes...
MicroPython
available using Python's import command to be used repeatedly. The read–eval–print loop (REPL) allows a developer to enter individual lines of code and have...
Lisp (programming language)
higher-order functions, recursion, the self-hosting compiler, and the read–eval–print loop. The name LISP derives from "List Processor". Linked lists are one...
JShell
is a Java read-eval-print loop which was first introduced in the JDK 9. It is tracked by JEP 222 jshell: The Java Shell (Read-Eval-Print Loop). One reason...
Python (programming language)
Most[which?] Python implementations (including CPython) include a read–eval–print loop (REPL); this permits the environment to function as a command line...
AutoLISP
interface. As the AutoCAD command line functions as a read–eval–print loop (REPL), this would normally print "Hello World!" to the command line, followed immediately...
Eval
though they had been included instead of the line including the eval. The input to eval is not necessarily a string; it may be structured representation...
John McCarthy (computer scientist)
refuses to do arithmetic is doomed to talk nonsense"; his license plate cover read, similarly, "Do the arithmetic or be doomed to talk nonsense." He advised...
F Sharp (programming language)
F# projects. The Visual F# tools include a Visual Studio-hosted read–eval–print loop (REPL) interactive console that can execute F# code as it is written...
Common Lisp
user tries to open a file in a Lisp function test called from the Read-Eval-Print-LOOP (REPL), when the file does not exist. The Lisp system presents four...