Dan Sugalski <[EMAIL PROTECTED]> wrote: > I'm not *100%* sure this would be a win, but I'm finding that I'm > currently writing an awful lot of code in my set_pmc vtable methods > that is suspiciously MMD-like. As such, I think adding assignment to > the list of MMD functions might not be a bad idea.
Yep. But please use the C<assign_pmc> vtable as used by the C<assign> opcode. And please have a look at p6i subjecz: [RFC] assign Px, Py from today. leo