I like scala's propose of operator precedence but in some rare case unmodified rules may be inconvenient because you have restrictions in naming your methods. Is there in scala ways to define another rules for a class/file/etc? If not would it be resolved in future?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Operator precedence fixed in the Scala Reference - 6.12.3 Infix Operations
and it's not very probable that it will change. It will probably create more problems than it fixes. If you're used the normal operator precedence changing it for one class will be quite confusing. |
|||||||||||
|
|
There is no such ability and there is little likelihood of it being added in the forseeable future. |
|||
|
|