Thanks. I've got to pay more attention to the distinction between long and
Long in the documentation.
The docs for unchecked-add (
> http://clojure.github.io/clojure/clojure.core-api.html#clojure.core/unchecked-add
> )
> only cover the case of both arguments being primitive longs.
>
--
You r
On May 19, 2014, at 2:17 PM, Greg D wrote:
> user> (unchecked-add ^Long(Long/MAX_VALUE) ^Long(Long/MAX_VALUE) )
> ArithmeticException integer overflow clojure.lang.Numbers.throwIntOverflow
> (Numbers.java:1424)
The docs for unchecked-add
(http://clojure.github.io/clojure/clojure.core-api.htm