Fork me on GitHub
#clojure-dev
<
2015-11-06
>
ghadi15:11:13

bronsa: I really like that to=

ghadi15:11:11

ever since transducers came out, most of my collections operations have turned into function-returning-functions, even when not using transducers: (filter (only something)) where only returns a pred

bronsa15:11:22

would be extra useful if rather than using Util$EquivPred we had an EquivPred protocol wrapping that users could extend for fast equality checking on their custom types

bronsa15:11:10

but even just to= is useful by itself

ghadi16:11:46

Is there a way to extract that into a public interface without breaking bincompat

bronsa16:11:15

not necessary, Util$EquivPred is already public