Operators without precedence #53268
Labels
feature
Indicates new feature / enhancement requests
speculative
Whether the change will be implemented is speculative
Milestone
People often want to define unicode operators but it's not obvious or universal what their precedence should be. One idea I like is to define some operators without precedence, so that any ambiguity can be resolved by parentheses. It's obvious to the reader what is happening, and there is no need for different users to argue about what the precedence should be. Moreover, in the common case where only one operator call is used, there is no need for parentheses at all.
The text was updated successfully, but these errors were encountered: