I know print and println are intended for human readable output, whereas pr and prn produce output that can be read by the Clojure reader. I'm trying to find some cases where these differ. So far I've only found String where print/println output the value without quotes and pr/prn include the quotes. What are some other kinds of objects where the output differs?
-- R. Mark Volkmann Object Computing, Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---