Added a patch as issue 76 http://code.google.com/p/clojure/issues/detail?id=76
user=> (sorted-set-by #(> (:hat %1) (:hat %2)) {:hat 2} {:hat 3} {:hat
1})
#{{:hat 3} {:hat 2} {:hat 1}}
> Yes, this is just an API gap. Issue/patch welcome.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---