University of Washington • CSE583 • D. Notkin © 2000
7
read-eval-print loop
lProgramming language equivalent of fetch-increment-execute structure of computer architectures
lHeart of most interpreted languages
lHelps in rapid development of small programs; simplifies debugging