Feature Request List /
Unicode Operators
Proposal
- Extend the set of allowable operators to UNICODE symbols.
- Maintain all current binary and unary operators.
- All UNICODE operators must be overloaded.
Pros
- Allows infix coding of math operations.
- Easier to parse than built-up ASCII operators.
Cons
- QWERTY keyboards don't do UNICODE.
- Editor must reliably display the symbols.
- Precedence rules need to be defined.
Reference: NG:D/19736