Rakudo Perl: February 2008 Archives
- Attributes are now more in line with S12, storing them at $!foo under the hood no matter what twigil they are declared with, generating an accessor/mutator of the twigil is '.' and creating a lexical alias to the attribute if there is no twigil (so has $x means you can use $x and $!x to refer to the attribute).
- The initial work to support inheritance is in place. And it really is implemented through a generic trait application mechanism, not special-case code.
- The "self" keyword can be used now.
- The very initial bits of work on roles are in, but the composition semantics are not correct yet. That will change soon.
