Prints the object(s) using string-print. print and println produce output for human consumption.
(def print (fn cljs-core-print [& objs] (binding [*print-readably* false] (pr-with-opts objs nil))))