Ivan Boldyrev <[EMAIL PROTECTED]> writes: > Are there (CMUCL-specific) functions for fast fixnum arithmetics? I > don't need bignum arifmethics; for example, > > (fixnum+ most-positive-fixnum 1) > > should retrun -1.
(Maybe MOST-NEGATIVE-FIXNUM?) Why do you need it? FIXNUM is both platform- and implementation-dependent type. -- Regards, Alexey Dejneka "Alas, the spheres of truth are less transparent than those of illusion." -- L.E.J. Brouwer
