On Monday, 9 January 2017 at 18:41:31 UTC, Brian wrote: > > I see, man! > > If the parent class cannot generate code for a subclass, it's > not as good as a high-level programing language. It isn't possible. mixin is interpeted at compile time and the parent class has no knowledge about its children.