Thanks all. read-string seems obvious now that you all suggest it.
On Sunday, March 17, 2013 3:01:14 PM UTC-4, Michael Klishin wrote: > > > 2013/3/17 JvJ <[email protected] <javascript:>> > >> Use read-string. >> >> user> (read-string ":cities") >> :cities >> > > And if the input may be coming from untrusted sources, please use > clojure.edn/read-string > (Clojure 1.5+). > -- > MK > > http://github.com/michaelklishin > http://twitter.com/michaelklishin > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
