On Thu, Feb 5, 2009 at 08:26, Andrew Whitworth via RT <parrotbug-follo...@parrotcode.org> wrote: > 1) Are we going to be relying on libraries to handle our BigInt/BigNum > implementations, or are we intending to roll our own?
we can't rely on external libraries, whether for bignum, unicode, gc, or anything else. we can detect and use them, however, if they exist. ~jerry