trptcolin / reply

REPL-y: A fitter, happier, more productive REPL for Clojure.
Eclipse Public License 1.0
339 stars 44 forks source link

Standalone REPL: invalid syntax is read as empty string #145

Closed ivan closed 10 years ago

ivan commented 10 years ago

e.g.

user=> 
""
user=> )))
""
user=> 3)))
3
""
user=> 1234asdf
""

(I'm using my patches in #144 to see pr-str'ed output in standalone mode.)

ivan commented 10 years ago

I am working on this