Re: Per-Object Roles..

2013-04-24 Thread Frank White
thanks for the info Carl. Unless you really have tight memory constraints, I think this solution is fine. Cheers, Frank On Mon, Mar 4, 2013 at 3:04 PM, Carl Mäsak wrote: > Frank (>>), Moritz (>): > >> Hi, I am new to Perl6 and I'm interested in the feature that allows you > to > >> add role

Re: Per-Object Roles..

2013-03-04 Thread Carl Mäsak
Frank (>>), Moritz (>): >> Hi, I am new to Perl6 and I'm interested in the feature that allows you to >> add roles to classes. From what I understand you can add a role to an >> object using the "does" keyword. Is there any way you can remove a role or > > No, you cannot remove roles. However, i

Re: Per-Object Roles..

2013-02-25 Thread Frank White
OK Moritz... Thanks for the feedback. On Sun, Feb 24, 2013 at 2:24 AM, Moritz Lenz wrote: > Hi Frank, > > On 02/24/2013 07:27 AM, Frank White wrote: > > Hi, I am new to Perl6 and I'm interested in the feature that allows you > to > > add roles to classes. From what I understand you can add a

Re: Per-Object Roles..

2013-02-23 Thread Moritz Lenz
Hi Frank, On 02/24/2013 07:27 AM, Frank White wrote: > Hi, I am new to Perl6 and I'm interested in the feature that allows you to > add roles to classes. From what I understand you can add a role to an > object using the "does" keyword. Is there any way you can remove a role or No, you cannot r

Per-Object Roles..

2013-02-23 Thread Frank White
Hi, I am new to Perl6 and I'm interested in the feature that allows you to add roles to classes. From what I understand you can add a role to an object using the "does" keyword. Is there any way you can remove a role or check to see if a role is attached to an object? I couldn't find that in the