El mar., 12 jun. 2018 a las 21:01, Brandon Allbery (<allber...@gmail.com>)
escribió:

> .WHAT is a "macro"/shorthand, which is why it's uppercase. There's a
> metamodel (the real meaning of the ^) version of it as well.
>

Right. From here: https://docs.perl6.org/language/operators#postfix_.^

    ^method calls method on $invocant's metaclass. It desugars to
$invocant.HOW.method($invocant,
...)

(HOW means Higher Order Workings and it effectively returns the metaclass
for every kind of object: ClassHOW and so on).

JJ

Reply via email to