pr-str On Tue, Feb 23, 2010 at 12:47 AM, Alfred Tarski <[email protected]> wrote: > Hi, > > I have this function: > > (defn wrap [x] > (str "%" x "%")) > > and I do > > bf=> (str "boo hoo " (map wrap ["fdfd" "ggfs"])) > "boo hoo clojure.lang.lazy...@9e050eb0" > > This looks odd to me, but if the powers that be consider this to be > the right behavior of str then my question is: what do I need to do do > get what I want? > > -AT > > > -- > 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
-- And what is good, Phaedrus, And what is not good— Need we ask anyone to tell us these things? -- 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
