Charles R Harris <[email protected]> wrote:

> Well, I this point I think we might as well go with left associativity.
> Most of the operator uses looked to involve a single `@`, where it doesn't
> matter, and the others were short where adding a couple of parenthesis
> wouldn't mess things up too much. 

That is what most Python operators do. Right associativity will just be
confusing.

** is right associative because of the way exponentiation is written in
text. 

As I see it, left associativity of @ is clearly the better option.


Sturla

_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to