in reply to Re^8: Small Perl 6 discoveries IV, hash access
in thread [Perl6] Perl 6 discoveries IV, hash access

Does Perl 6 need arbitrary unicode characters?

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

  • Comment on Re^9: Small Perl 6 discoveries IV, hash access

Replies are listed 'Best First'.
Re^10: Small Perl 6 discoveries IV, hash access
by Anonymous Monk on Oct 09, 2017 at 15:54 UTC
    It doesn't need any, technically. AFAIK, there are (sometimes ugly) plain-ASCII equivalents for everything. But if you've inherited some Perl6 where someone has gone nuts with Unicode, you're really going to want a Unicode-capable editor.
      That's the point, type Ascii equivalent and expand to unicode by using snippets.

      Cheers Rolf
      (addicted to the Perl Programming Language and ☆☆☆☆ :)
      Je suis Charlie!

        Third base!