RFC 97 (v1) prototype-based method overloading

2000-08-14 Thread Perl6 RFC Librarian
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE prototype-based method overloading =head1 VERSION Maintainer: David Nicol [EMAIL PROTECTED] Date: 14 Aug 2000 Version: 1 Mailing List: [EMAIL PROTECTED] Number: 97 =head1 ABSTRACT When I read

Re: RFC 97 (v1) prototype-based method overloading

2000-08-14 Thread Ask Bjoern Hansen
On 14 Aug 2000, Perl6 RFC Librarian wrote: This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE prototype-based method overloading =head1 VERSION Maintainer: David Nicol [EMAIL PROTECTED] Date: 14 Aug 2000 Version: 1 Mailing List:

Re: RFC 98 (v1) context-based method overloading

2000-08-14 Thread Ask Bjoern Hansen
yOn 14 Aug 2000, Perl6 RFC Librarian wrote: This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE context-based method overloading =head1 VERSION Maintainer: David Nicol [EMAIL PROTECTED] Date: 14 Aug 2000 Version: 1 Mailing List: [EMAIL

Re: RFC 97 (v1) prototype-based method overloading

2000-08-14 Thread Chaim Frenkel
"ABH" == Ask Bjoern Hansen [EMAIL PROTECTED] writes: =head1 ABSTRACT When I read the chapter on OO in the second edition camel book I was saddened that C++ style method overloading was not explicitly described. Ever hopeful, I wrote some quick code that I hoped would do what I meant and

Re: RFC 98 (v1) context-based method overloading

2000-08-14 Thread David L. Nicol
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. Nathan Wiger wrote: And what will aSub decide is it's context? @foo = (1, 2,