Computer Vocabulary
Last edited: 2020-08-03 14:45:39 EDT
- REPL
-
Read Eval Print Loop, from the name for Lisp's interactive environment, which was traditionally implemented using the
read
,eval
, andprint
functions which were part of a loop.
Random musings on books, code, and tabletop games.
Last edited: 2020-08-03 14:45:39 EDT
Read Eval Print Loop, from the name for Lisp's interactive
environment, which was traditionally implemented using the
read
, eval
, and print
functions which were part of a
loop.