0%

read-eval-print loop

R r

Transcription

    • US Pronunciation
    • US IPA
    • US Pronunciation
    • US IPA

Definitions of read-eval-print loop words

  • noun Technical meaning of read-eval-print loop (language, LISP, programming)   (REPL) A programming structure within LISP which repeatedly reads a form from the user, evaluates it, and displays the result. A read-eval-print loop forms the basis of the Top-Level shell that programmers of the LISP family of languages interact with. In many dialects of LISP a very simple REPL could be implemented as: (loop (print (eval (read)))). (2003-06-23) 1
  • noun read-eval-print loop (programming) An interactive programming language interpreter. 0

Information block about the term

Parts of speech for Read-eval-print loop

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation

See also

Matching words

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?