jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
563 stars 50 forks source link

Hang on code which loops infinitely #199

Open superfunc opened 7 years ago

superfunc commented 7 years ago

When evaluating an expression which loops infinitely, atom/proto-repl will hang. I think this could be solved by employing a timeout(controllable by settings) when the "execute block" function is issued.

Also, thanks for proto-repl, it is super great.