in reply to [Perl 6] Class Attributes

Are the access methods generated on the Class object or on this object?
What difference does it make? I ask because S12 says Attributes are stored in an opaque datatype, not in a hash. Not even the class has to care how they're stored, since they're declared much like ordinary variables.

Replies are listed 'Best First'.
Re^2: [Perl 6] Class Attributes
by John M. Dlugosz (Monsignor) on Aug 13, 2008 at 01:38 UTC
    What difference does it make? Whether you call it with $obj.a or $obj.^a.