Feature Request #7
Add support for some Unicode operators
| Status: | New | Start: | 02/28/2008 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | New Core Feature | Spent time: | - | |
| Target version: | - | |||
Description
In the spirit of Fortress, allow at least some Unicode operators. I propose allowing the following:
While these can be defined as methods on objects with $KCODE set to UTF8, they will not currently parse when used as an operator.
≠ # U+2260 (not equal to) ≡ # U+2261 (equal to) ≤ # U+2264 (less than or equal to) ≥ # U+2265 (greater than or equal to)
While these can be defined as methods on objects with $KCODE set to UTF8, they will not currently parse when used as an operator.