On Tue, Nov 17, 2009 at 6:24 PM, Richard Newman <holyg...@gmail.com> wrote:
> > I wonder if perhaps (into {} a-java-map) should work but no other
> > substitutions of a potentially-mutable map for a Clojure map.
>
> Baby, bathwater. Making a persistent map out of a Java map is
> expensive. Not everything that implements Map is concrete; e.g.,
> spending several seconds making a local persistent Clojure map out of
> a distributed hash table proxy, just to get a value, would cause
> programmers to drop down to Java to avoid this pointless restriction.
> Why bother?


Better let "get" still work on them too, then. :)

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