I'm still saving the proposal for further digestion, but wanted
to get this out quickly:
> "Perl6" == Perl6 RFC Librarian <[EMAIL PROTECTED]> writes:
Perl6> The existing C keyword can be used to create new object instances
Perl6> of a given class.
There is no existing "new" keyword in Perl.
Andy Wardley wrote:
>
> A key feature of this proposal is that object/class variable and
> methods are indistinguishable to the user. The dot operator does
> the right thing to call a method (if defined), or instead access a
> variable, or follow a delegation reference, etc. i.e.
>
> $foo.bar