Name: Anonymous 2013-07-17 2:06
Is it really worth it?
Because common operations like
So I propose prioritary equality for all operators.
Because common operations like
(A+B)/2 are more readable without operator priority A+B/2. I know priority exists because of linear algebra liek A*X+B*Y+C, which otherwise require A*X+(B*X)+C, but in real life no one uses linear algebra beyond simple A*X+C.So I propose prioritary equality for all operators.