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 <jfh...@gmail.com> wrote:
>> You could use name.
>> 
>> (name :a)
>> ->"a"
>> 
>> On May 6, 2:33 pm, Sean Devlin <francoisdev...@gmail.com> 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 clojure@googlegroups.com
>>> Note that posts from new members are moderated - please be patient with 
>>> your first post.
>>> To unsubscribe from this group, send email to
>>> clojure+unsubscr...@googlegroups.com
>>> 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 clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with your 
>> first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> 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 clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> 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

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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

Reply via email to