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

On a related note, what's a good editor for typing weird unicode characters that perl6 likes, such as double angle brackets « »?
Unless I missed it, nobody so far has provided link to the following documentation, which, I think, brings at least some partial answers to your question: https://docs.perl6.org/language/unicode_entry.
  • Comment on Re^3: Small Perl 6 discoveries IV, hash access

Replies are listed 'Best First'.
Re^4: Small Perl 6 discoveries IV, hash access
by Anonymous Monk on Oct 07, 2017 at 23:05 UTC
    That's very helpful. I have to point out that there is no default binding for normal-width 「corner quotes」 (U+FF62 and U+FF63) in vim, although 「double-width」 ones (U+300C and U+300D) are available. Also, the vim documentation page (vimdoc.sourceforge.net/htmldoc/digraph.html) is served with no encoding specified, so you might have to manually set the encoding to read it properly. That's pretty hilarious.