Re: Future Objective-C changes
Re: Future Objective-C changes
- Subject: Re: Future Objective-C changes
- From: James McCartney <email@hidden>
- Date: Thu, 15 May 2003 23:40:33 -0700
If you are going to ask for a new feature, why ask for overloading?
Overloading is multiple argument dispatch's poor cousin.
On Thursday, May 15, 2003, at 11:16 PM, David Cittadini wrote:
With regards to method overloading, I thought it may be useful to be
able to say:
-(int)doSomethingWithFoo:(Foo*)y;
-(int)doSomethingWithFoo:(int)y;
With method overloading the compiler could resolve most of the
parameter type issues without me having to create different method
names just because the parameter type is different.
--
--- james mccartney
--
--- james mccartney email@hidden <
http://www.audiosynth.com>
SuperCollider - a real time audio synthesis programming language for
MacOS X.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.