Now that's a solution :) On May 6, 2:53 pm, "Heinz N. Gies" <[email protected]> wrote: > okay another suggestion: > > (defn nstr [& ss] > (apply str (map #(if (keyword? %) (n-word-function-i-dont-mention %) %) > s))) > > On May 6, 2010, at 21:44 , Sean Devlin wrote: > > > > > Okay, next guy to mention name gets shot. Nothing personal. > > > On May 6, 2:42 pm, Jeff Heon <[email protected]> wrote: > >> You could use name. > > >> (name :a) > >> ->"a" > > >> On May 6, 2:33 pm, Sean Devlin <[email protected]> wrote: > > >>> Why does (str :a) return ":a" and not "a"? I have to work around this > >>> a lot, and I'm just curios what the reasoning to go this direction was. > > >>> -- > >>> 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 > >>> athttp://groups.google.com/group/clojure?hl=en > > >> -- > >> 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 > >> athttp://groups.google.com/group/clojure?hl=en > > > -- > > 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 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 > athttp://groups.google.com/group/clojure?hl=en
-- 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
