Clojure also provides large integers, clojure.lang.BigInt . It is equivalent to Java's java.math.BigInteger : (= (bigint 10) 10N) ;;=> true.
確定! 回上一頁