Indicates whether flush is called after a newline is printed.
flush
When set to true, output will be flushed whenever a newline is printed. Defaults to true.
(def ^{:dynamic true} *flush-on-newline* true)