Hi,

I'd like to use core.match with java.util.HashMap without converting
into {}.
The core.match doesn't support it as below.

(let [m (java.util.HashMap. {"a" 1})]
    (match m
               {"a" 1} true))
;=> nil

Is it difficult?
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

Reply via email to