cosmin / IClojure

A better Interactive REPL for Clojure
http://www.iclojure.com
Eclipse Public License 1.0
115 stars 11 forks source link

Modifications to prevent repl quitting on print error. #9

Closed coltnz closed 12 years ago

coltnz commented 12 years ago

e.g. (def b (ref [])) (map count b) java.lang.IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.Ref ..(repl exits)