This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

logical operators



Is there a reason the logical operators (logiand, logior, etc) will
only work on numbers that will fit in a (signed) long?

In paticular, I'd like to logand things with #xff000000, which will
fit in an unsigned long, but not a long. I can also imagine situations
where people will want to do logical operations on bignums.

 - Maciej