On Sat, Feb 8, 2014 at 6:39 PM, Timothy Baldridge <tbaldri...@gmail.com> wrote: > First of all, you are right. Map with things like sets is a bit of iffy > concept. Now, most of the the time, I just don't care. If I was to increment > every value in a set I'll just do (set (map inc #{1 2 3})) and not really > care less about data structure theory. It works and I can get work done.
(let [x #{1 2 3}] (into (empty x) (map inc x))) -- 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 unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.