2009/9/9 Brian Hurt <[email protected]>: [...] > So, my question is this: is there a way to print a structure out in a > fashion that it can be read back in correctly (i.e. with strings being > quoted), and without having to write my own print function?
To go along with the other answers, you will want to bind *read-eval* to false: http://clojure.org/api#toc26 -- Michael Wood <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
