in reply to Re^7: Small Perl 6 discoveries IV, hash access (snippets)
in thread [Perl6] Perl 6 discoveries IV, hash access

For code points that are to be used more than once, that is a feasible solution. However, if you need arbitrary characters, that you don't know in advance, the situation is more difficult.
  • Comment on Re^8: Small Perl 6 discoveries IV, hash access

Replies are listed 'Best First'.
Re^9: Small Perl 6 discoveries IV, hash access
by LanX (Saint) on Oct 09, 2017 at 15:40 UTC
    Does Perl 6 need arbitrary unicode characters?

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

      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!