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