Re: Constructors and mixins

2004-08-22 Thread Damian Conway
Larry wrote: You can also create your own anonymous class at run time that incorporates both roles simultaneously and disambiguates them. Or, presumably, you could use an anonymous role directly: $driver does role { does SanitationEngineer; does RaceCarDriver; method dri

Re: Constructors and mixins

2004-08-22 Thread Larry Wall
On Sun, Aug 22, 2004 at 08:04:48AM -0700, Ovid wrote: : Sorry if this has already been asked and answered, but in doing a little research about Perl 6 : mixins (http://www.perlmonks.org/index.pl?node_id=384858), I ran into some questions that I : couldn't figure from either A12 or "Perl 6 and Par