Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 4553 days ago | link | parent

> "seems like the prompt is doing (pr (eval MyPrg))"

Exactly! Lisp and similar languages are said to have a read-eval-print loop or REPL. The interpreter Reads an expression from the prompt, Eval's it, and then Prints the result.