David L . Nicol <[EMAIL PROTECTED]> writes:
>It will run faster, because it doesn't have to evaluate
>the want(). (97,98) doesn't invalidate the current way of doing
>things, it just gives a new way. And in syntax that is currently
>erroneous.
Consider :
sub outer
{
....
$object->aSub;
}
The test for want still has to be done (implicitly) so that outer
can decide which version of aSub to call depending on context
that outer was called in.
--
Nick Ing-Simmons
- RFC 98 (v1) context-based method overloading Perl6 RFC Librarian
- Re: RFC 98 (v1) context-based method overloading Ask Bjoern Hansen
- Re: RFC 98 (v1) context-based method overload... Chaim Frenkel
- Re: RFC 98 (v1) context-based method over... Nathan Wiger
- Re: RFC 98 (v1) context-based method ... David L. Nicol
- Re: RFC 98 (v1) context-based me... Nathan Wiger
- Re: RFC 98 (v1) context-based me... Graham Barr
- Re: RFC 98 (v1) context-based me... Nick Ing-Simmons
- Re: RFC 98 (v1) context-based method overloading Hildo Biersma
- Re: RFC 98 (v1) context-based method overload... David L. Nicol
- Re: RFC 98 (v1) context-based method overloading Ken Fox
- Re: RFC 98 (v1) context-based method overloading John Porter
