Hi all, Looking at IKVReduce I see it is only implemented for the clojure.lang data structures, whereas CollReduce is implemented in terms of Iterables. Is there a reason IKVReduce isn't extended to cover java.util.Map? It seems it would be natural to call .entrySet(), get an iterator, and loop over that, and for each element calling .getKey() and .getValue() to pass to a function. If this isn't already on some feature branch somewhere, I'd be happy to take a crack at adding it. Thanks!
-- 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/d/optout.