> That's surprising to me. You never use something like this?
> (map #{:fred :bob :ted} [:fred :bob])

I think it's more that most of what I work with is either seq like,
vectors, or has some sort of key->value relationship. Most of the time
if I need a set of unique keys, I also need sets of data attached to
those keys.

> To my eye, the empty set is a fairly common occurrence and that seems to be
> how #{} gets used the most.

Agreed.

Timothy

-- 
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