maxbrunsfeld / atom-nrepl

An nrepl client for clojure development in atom
Other
31 stars 8 forks source link

Show console output #1

Open olemartin opened 10 years ago

olemartin commented 10 years ago

Is it possible to show console output when running the repl?

maxbrunsfeld commented 10 years ago

It's possible, but might be complicated. We might have to re-assign *out* to an alternative OutputStreamWriter the first time you connect. This might affect other clients of the same nrepl server though. It'd be a good feature though; I'll look into it.