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