The bignum bug(s)
Last night's (or rather, very early this morning's) investigations showed that version 0.0.5's bignum arithmettic is less buggy (still buggy but less buggy) than 0.0.6-SNAPSHOT's. This morning…
The bignum bug(s)
We are managing numbers just across the bignum boundary:
:: 1152921504606846977
1,152,921,504,606,846,977
:: (inspect 1152921504606846977)
INTR (1381256777) at page…
The bignum bug(s)
The system can manage integers up to beyond +- 1,000,000,000,000,000,000 (1018), and although I really want bignums to work, that's probably good enough for now.
The bignum bug(s)
The following scratchpad shows that at one point we were getting past the first bignum barrier, but even this no longer works.
(set! i
(+
10000000000000000000
1000000000000…
hash code for a type string is not the same as hash code for the same string read by the reader ('the member bug')