Re: RFC 126 (v1) Ensuring Perl's object-oriented future

[email protected] ("J. David Blackstone") Fri, 18 Aug 2000 22:38:29 -0500
Newsgroups perl.perl6.language.strict
Message-ID <[email protected]>
On the main perl6-language list, Larry Wall wrote:
> The main downside of accessors is that you can't (currently) say
>
>     local $obj->attribute = 2;


Oooh.  Someone proposed this as a reason why we can't get rid of
dynamic variables, and I've spent all evening being troubled by it.
If that "currently" implies someone's thinking about this as a
feature, maybe we really could do what I've been saying.

Still chewing on various thoughts,
J. David