Michael G Schwern schwern-at-pobox.com |Perl 6| wrote:
It should be possible to alias it in your own scope easily.

Every time someone replies to a Perl 6 language design nit with "but you can
change the grammar" *I* kill a kitten.

*meowmmmf*



That would not be a change in the grammar. Merely deciding for yourself which names should be short based on your own usage. Since readonly is a class name, the equivalent of a typedef would be used. I think that should be

   my ::ro ::= readonly;

but I have some technical points that still need to be addressed/worked out.

--John

Reply via email to