(println-str & objs)
println to a string, returning it
(defn println-str [& objs] (prn-str-with-opts objs (assoc (pr-opts) :readably false)))