meta-object-protocol Questions

1

Solved

The excellent 2011 Advent of Raku post Meta-programming: what, why and how provides a few clear examples of using EXPORTHOW to create a declarator that acts like class. Here's the first: my class S...
Stays asked 13/12, 2021 at 16:49

2

Solved

If you create a class: class Foo { } the class will inherit all of its methods from Any, and then Mu. I want to create a class that doesn't inherit from any other class: it should contain a sin...
Orangeade asked 25/6, 2018 at 20:19

3

Solved

As indicated in this issue, some token names clash with method names in the class hierarchy of Grammar (which includes Match, Capture, Cool, Any and obviously My.). For instance, `Mu.item grammar ...
Balboa asked 26/5, 2018 at 17:48
1

© 2022 - 2024 — McMap. All rights reserved.