Instance and Class disambiguation?

2008-01-20 Thread Ovid
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? Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Perl and CGI - http://users.ea

Perl 6 wiki: (new) "Perl 6 Marketplace" and "Perl 6 Books and Media"

2008-01-20 Thread Conrad Schneiker
Latest changes below. As always, your contributions are solicited. (You can send me info if you don't have time to add it yourself.) >> New: "Perl 6 Marketplace" (for products, services, training, off-wiki job info) http://www.perlfoundation.org/perl6/index.cgi?perl_6_marketplace "Perl 6 Books a

Re: Instance and Class disambiguation?

2008-01-20 Thread Jonathan Lang
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 understand it, Perl 6 generally doesn't bother with the class-vs-instance dis

[svn:perl6-synopsis] r14492 - doc/trunk/design/syn

2008-01-20 Thread pmichaud
Author: pmichaud Date: Sun Jan 20 21:23:36 2008 New Revision: 14492 Modified: doc/trunk/design/syn/S29.pod Log: Update location of S29 to point to new repositories (the old openfoundry.org address is way out of date). Reported by diakopter++ . Modified: doc/trunk/design/syn/S29.pod =