This is the mail archive of the guile@sourceware.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]

Re: Should logior (and friends) operate only on inums?


"Greg J. Badros" wrote:
> 
> It's now back to working on all unsigned longs (I never meant to change
> it).  Bignums were never supported, and I won't be writing that patch
> (and I'm not even convinced that that should be in the core, actually).

I don't think the logical math operations should be in the core in
general, ultimately. But IMO there should be one version that does
it generally in only one place. Would it make sense for `+' to support
bignums, but not the version in the core?

 - Maciej

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