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" <gjb@cs.washington.edu> writes:

> Making it work with bignums is more than just a matter of argument
> conversion, right?

Yes. :)

> (logior (exact->inexact 1) 2)
> 
> throw an error?

Yes, I think so.

> I.e., if it happens to be an inexact number that, for all intents
> and purposes is an integer, should the primitive be that picky?

In my opinion, since `logior' has no meaning for the general inexact
numbers, it should be restricted to exact values.

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