On Thu, Mar 10, 2011 at 07:44:19PM -0800, Kon Lovett wrote: > > What happens w/ 4.6.0 when you import 'numbers' into the toplevel? i.e. > > (use numbers srfi-27) > (expt 2 32) ;=> ??? > (random-integer (expt 2 32)) ;=> ???
That should not have any effect, unless srfi-27 contains special code to deal with numbers (if it imports "scheme" it will probably use the core operators, not the ones that can handle bignums). Cheers, Peter -- http://sjamaan.ath.cx -- "The process of preparing programs for a digital computer is especially attractive, not only because it can be economically and scientifically rewarding, but also because it can be an aesthetic experience much like composing poetry or music." -- Donald Knuth _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
