Re: Objective-C Question
Re: Objective-C Question
- Subject: Re: Objective-C Question
- From: publiclook <email@hidden>
- Date: Mon, 22 Sep 2003 23:02:01 -0400
For all this does anyone know if blocks are on the horizon (seems like
it ought to be doable with local functions).
Even blocks that only work for the current scope would be nice for
collection processing.
Marcel Weiher has an interesting substitute for blocks that provides
many if not all of the benefits of blocks but does not require compiler
modification. You can probably start using it now.
www.metaobject.com/papers/HOM-Presentation.pdf
You can find more references by searching for Higher Order Messaging.
_______________________________________________
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.