Re: RFC 95 (v1) Object Classes

2000-08-12 Thread Randal L. Schwartz
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.

Re: RFC 95 (v1) Object Classes

2000-08-12 Thread Tony Olekshy
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