> On Oct 15, 2019, at 6:59 AM, Turtle Creek Software via Cocoa-dev > <cocoa-dev@lists.apple.com> wrote: > > TurtleSoft has a big investment in C++ source code that's full of > construction business logic. Unfortunately, with the death of Carbon its > future value is in doubt.
I know I’ve brought up Objective-C++ to you here before, but I’m not sure you registered its existence, based on comments like this. Any well-designed app keeps the data model and core business logic separate from the UI. So having that logic in C++ is not a big problem. As for the UI code, I’ve still never found a cross-platform UI framework that creates decent apps. Qt is hideous, and Electron results in immensely bloated websites-in-a-box. So to do a good job, you need to code the UI for each platform anyway. —Jens _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com