Re: Unicode procedure names

2019-07-15 Thread Arne Babenhauserheide
Ricardo Wurmus writes: > Tirifto writes: > >> I was recently looking into Perl 6 and noticed a very neat feature >> about it: Unicode operators! That is, it makes use of some Unicode >> symbols to offer alternatives to awkward or verbose ASCII notation. >> For instance, ‘>=’ and ‘<=’ may just a

Re: Unicode procedure names

2019-07-15 Thread Ricardo Wurmus
Tirifto writes: > I was recently looking into Perl 6 and noticed a very neat feature > about it: Unicode operators! That is, it makes use of some Unicode > symbols to offer alternatives to awkward or verbose ASCII notation. > For instance, ‘>=’ and ‘<=’ may just as well be written as ‘≥’ and >