oakes / Nightlight

An embedded editor for Clojure
https://sekao.net/nightlight/
The Unlicense
788 stars 35 forks source link

Where is stdout? #20

Open achikin opened 7 years ago

achikin commented 7 years ago

I'm trying to use nightlight as a repl/sketchpad and I miss stdout a lot. I know I can use with-out-str but it turns doc strings and (source) output into the real mess. Is it possible to have some kind of stdout somehow?