> The second question (the technical one) is: Exists a Functional Programming
> stile (property/functionality) I can use in Objective-C 2.0 (I am a Haskell
> programmer and a C++ programmer)?

Well, "blocks", Apple has added something rather similar to anonymous or
naked methods, closures, what have you... They're of course "C-flavored" and
somewhat different than anything else you may have used. But if your C++
uses functors or any kind of function object, you'll probably grok them
right away ;-)

-- 
Scott Ribe
[email protected]
http://www.killerbytes.com/
(303) 722-0567 voice


_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to