Closed
Description
The Clojure's flush-on-newline indicates whether to flush the out stream at the end of core/prn
fn, which is also the base for println
.
This is a useful feature to have when the stream is bound to anything else than stdout
which is already configured to flush its output buffer on newlines by default.
PR to follow.