Re: Freezing role methods

2009-10-14 Thread Mark Morgan
On 10/14/09, Ovid wrote: > In short, under the original traits model, you have roles you can't compose > together. The paper argues that in languages which have "public" and > "private" methods, that the composing class is allowed to decide which x() > method it needs (if any) and that it can *fr

Re: nice2haveit

2001-07-17 Thread Mark Morgan
Raptor <[EMAIL PROTECTED]> wrote: > I mean something like this : > instead of : > #$Request->{Params} > local *myhash = \%{$$Request{Params}}; > my %myhash alias %{$$Request{Params}};#see - it is my (now as far as I know > u can't have it 'my') You don't need a typeglob there; you can do the fo