![]() like textual-read-eval-print-loop There is still a difference, however, because drracket's REPL has a notion of multiple expressions that are submitted simultaneously that textual-read-eval-print-loop doesn't. For example, if you type this at the prompt: (car) (+ 1 2) then textual-read-eval-print-loop will print out the error and then 3, but drracket will print only the error (ditto if (car) were replaced by a continuation abort). This difference is, IMO, a good thing, since it lets you use a single interaction to do multiple things, but stops as soon as there is an error. (It is also how drracket has behaved for a long time.) closes PR 12790 |
||
---|---|---|
.. | ||
private | ||
acks.rkt | ||
arrow.rkt | ||
check-syntax.rkt | ||
default-code-style.rkt | ||
doc.icns | ||
drracket.creator | ||
drracket.filetypes | ||
drracket.rkt | ||
drracket.utiexports | ||
drracket.wmclass | ||
info.rkt | ||
installer.rkt | ||
main.rkt | ||
pltdoc.icns | ||
sprof.rkt | ||
syncheck-drracket-button.rkt | ||
syncheck.rkt | ||
tool-lib.rkt | ||
tool.rkt |