Stefan Behnel wrote:
> Here, it
> is simply not true that the user "must" expect the semantics to change when
> typing the variable.

There's a precedent for this in C already: the / operator
represents different operations when applied to ints vs.
floats.

So while it may not be true that a user "must" expect an
operator to change semantics depending on the operand
types, they can't expect it *not* to change, either.

-- 
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to