Fork me on GitHub
#clojure-dev
<
2017-08-09
>
slipset09:08:56

Even for those standing on the shoulders of giants?

mpenet10:08:22

I am talking about the ones almost on the floor: min max long etc ...

Alex Miller (Clojure team)17:08:15

those are all functions that are inlined, so specs can’t be used to instrument them (although you could get some value from spec’ing them for documentation purposes)

Alex Miller (Clojure team)17:08:01

they are all also a little ambiguous about exactly what numeric types are supported as inputs. number? is probably a good first guess, but would need a bit more effort to nail that down.