Skip to content

Instantly share code, notes, and snippets.

@jebberjeb
Created October 14, 2013 18:39
Show Gist options
  • Save jebberjeb/6980052 to your computer and use it in GitHub Desktop.
Save jebberjeb/6980052 to your computer and use it in GitHub Desktop.
(+ Long/MAX_VALUE 1)
;ArithmeticException integer overflow clojure.lang.Numbers.throwIntOverflow (Numbers.java:1388)
(+ (bigint Long/MAX_VALUE) 1)
;9223372036854775808N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment