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
--- 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