Dan Sugalski <[EMAIL PROTECTED]> wrote:

> I'm up for some discussion on this one. I'm tempted to leave integer
> binary ops integers,

I've already outlined that Python as well as Perl6 silently promote to
BigInt. I'd rather have Integer as the common base type that implements
most of these two languages' integer type.

And BTW divistion by zero behavior needs to be nailed down too.

> ... We could do them all, but... that seems more
> than a little excessive. Besides the MMD table entries, there'd be a
> lot of flag checking (or a *really* big set of MMD tables) which is
> sub-optimal.

Yep.

leo

Reply via email to