Re: Xcode 5 & Obj-C++
Re: Xcode 5 & Obj-C++
On 30 Jan 2014, at 00:42, Jens Alfke <email@hidden> wrote:
>
> Anyone exposing a C++ API in a dynamic library is nuts, IMHO.
What is it that makes C++ so unsuited to code sharing?
Objective-C has great clarity of purpose (send a guy a message) and openness.
Perhaps this is what makes it a great base for building dynamic systems (which is what UI driven applications generally are).
If I need a computational engine within such a dynamic system (say I want to solve the Cutting Stock Problem) then C++ can supply focussed performance.
Jonathan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden