Feature Request List /
Unicode Operators
Difference (last edit) (Author, normal page display)
Changed: 17c17
Reference: ![]() |
Reference: ![]() |
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