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