User Tools

Site Tools


computer:concept

This is an old revision of the document!


计算机科学领域的基本概念

软件

Headline

REPL

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 (i.e., single expressions), evaluates (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. Common examples include command line shells and similar environments for programming languages, and is very characteristic of scripting languages.参见维基百科: Read–eval–print loop

computer/concept.1558438367.txt.gz · Last modified: 2019/05/21 07:32 by zhwiki