Dan Sugalski wrote:
> Both the l and rvalues will need to participate.
Sorry. Quick review of how C++ does it indicates that
selecting an assignment operator from the lvalue's methods
makes sense.
Since we have dynamic typing, there's nothing keeping an
assignment method from running through a set of things it
would like to be assigned, and interrogating the rvalue to
see if it can provide them.
But is there really an advantage, or is it just a neat trick?
--
David Nicol 816.235.1187 [EMAIL PROTECTED]
On hold for tech support since 1995
- Re: RFC 73 (v1) All Perl core functions should return ob Dan Sugalski
- Re: RFC 73 (v1) All Perl core functions should retu... Nathan Torkington
- Re: RFC 73 (v1) All Perl core functions should ... Jarkko Hietaniemi
- Re: RFC 73 (v1) All Perl core functions should ... Peter Scott
- Re: RFC 73 (v1) All Perl core functions should ... Dan Sugalski
- Re: RFC 73 (v1) All Perl core functions sho... Nathan Torkington
- Re: RFC 73 (v1) All Perl core functions... Chaim Frenkel
- Re: RFC 73 (v1) All Perl core functions... David L. Nicol
- Re: RFC 73 (v1) All Perl core functions... Steve Simmons
- Re: RFC 73 (v1) All Perl core functions... Dan Sugalski
- Re: overloading assignment operators David L. Nicol
- Re: overloading assignment operators Dan Sugalski
- Re: RFC 73 (v1) All Perl core functions sho... Damian Conway
- Re: RFC 73 (v1) All Perl core functions... Nathan Torkington
- Re: RFC 73 (v1) All Perl core functions... Dan Sugalski
- Re: RFC 73 (v1) All Perl core functions... Damian Conway
- Re: RFC 73 (v1) All Perl core functions... Chaim Frenkel
- Re: RFC 73 (v1) All Perl core functions... Damian Conway
- Re: RFC 73 (v1) All Perl core functions... Bart Lateur
- Re: RFC 73 (v1) All Perl core functions... Chaim Frenkel
- Re: RFC 73 (v1) All Perl core functions... Damian Conway
