Re: Future Objective-C changes
Re: Future Objective-C changes
- Subject: Re: Future Objective-C changes
- From: Gerard Iglesias <email@hidden>
- Date: Sat, 17 May 2003 21:53:48 +0200
On Friday, May 16, 2003, at 11:59 PM, Jim Rankin wrote:
I'm also in the "keep Objective-C elegant and simple" camp.
I agree for that.
The sole I would want to see evolve is the way we wrote exception
handling, I am not expert enough to judge the difference between the
use of setjmp, longjump versus a true exception handling mechanism, but
what it annoys me a lot is the way we have to write it :
NS_DURING
NS_HANDLER
NS_HANDLER
I would prefer something more traditional and included in the language
itself like this syntax
try
{
}
on error
{
}
end error
Best regards
Gerard
_______________________________________________
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.