FW: Parrot 0.5.2 Released

2008-01-21 Thread Conrad Schneiker
François Perrad wrote: > Bob Rogers wrote: > > On behalf of the Parrot team, I'm proud to announce Parrot 0.5.2 > > "P.e. nipalensis." Parrot (http://parrotcode.org/) is a virtual machine > > aimed at running all dynamic languages. > > > > The Windows setup is available on http://parrotwin32.sou

Re: Instance and Class disambiguation?

2008-01-21 Thread Ovid
--- Jonathan Lang <[EMAIL PROTECTED]> wrote: > Ovid wrote: > > If I call this: > > > > if $class.^can('wibble') { ... } > > > > Does Perl 6 return false if that's only an instance method? Will > the > > WALK iterator returned by .^can return references to instance > methods? > > As I understan