vuyisile.github.io

View on GitHub
12 October 2017

Repl

by {"name"=>"Vuyisile Weni"}

A Read–Eval–Print Loop (REPL)

is an interactive computer programming environment that takes single user inputs, evaluates them, and quickly returns the result to the user.

A program written in a REPL environment is executed piecewise ( is a function which is defined by multiple sub-functions, each sub-function applying to a certain interval of the main function’s domain).

The term is most usually used to refer to programming interfaces similar to the classic Lisp machine interactive environment. Common examples include command line shells and similar environments for programming languages, and is particularly characteristic of scripting languages.

tags: