"Read-EVAL-Print-Loop" - the part of any Lisp (including Scheme!) known colloquially as "the interpreter".

Given the rest of the language, the (interactive) interpreter just LOOPs: it READs a sexp, EVALs it, and PRINTs the result.