formatter

added
1.2

ns
clojure.pprint

type
macro

(formatter format-in)

Makes a function which can directly run format-in. The function is
fn [stream & args] ... and returns nil unless the stream is nil (meaning 
output to a string) in which case it returns the resulting string.

format-in can be either a control string or a previously compiled format.