[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: issue BOGUS-FIXNUMS (initial draft)



Sigh, that's just the kind of code that is very non-portable and that I'd like
to discourage programmers from writing. I've tried to import stuff from a CL
that had 31 bit FIXNUMs into a system that had 17-bit FIXNUMs and, out of sheer
laziness, they said FIXNUM when they really meant (signed-byte 24).