Conversation

This Tweet was deleted by the Tweet author. Learn more
Show replies
Replying to and
In Raku the representation (memory layout) and the meta-object (how do I dispatch methods, type check, etc.) have remained distinct. So one can write a `class` and choose for it to have memory layout like a C struct or union, for example, but it'll otherwise work the same.
5