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 cma...@gmail.com wrote: Frank (), Moritz (): Hi, I am new to Perl6 and I'm interested in the feature that allows you to

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, if you want

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