(println & objs)
Same as print followed by (newline)
(defn println [& objs] (pr-with-opts objs (assoc (pr-opts) :readably false)) (when *print-newline* (newline (pr-opts))))