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

2006-02-23 Thread autrijus
Author: autrijus Date: Wed Feb 22 11:01:51 2006 New Revision: 7784 Modified: doc/trunk/design/syn/S12.pod Log: * S12: replace the inaccurate use eigenclass with metaclass * Also specify $.foo and $.foo(...) forms as contextful shorthands of method calls on self. Modified:

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

2006-02-23 Thread Paul Hodges
--- [EMAIL PROTECTED] wrote: . . . -Such an eigenmethod is delegated to C.meta just as method like . . . +Such an Imetaclass method is always delegated to C.meta just as changing eigenmethod to Imetaclass method should also change an to a: +Such a Imetaclass method is always delegated to

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

2006-02-23 Thread Larry Wall
On Thu, Feb 23, 2006 at 06:08:40AM -0800, Paul Hodges wrote: : : : --- [EMAIL PROTECTED] wrote: : . . . : -Such an eigenmethod is delegated to C.meta just as method like : . . . : +Such an Imetaclass method is always delegated to C.meta just as : : changing eigenmethod to Imetaclass method