Re: Need for Swift
Re: Need for Swift
- Subject: Re: Need for Swift
- From: Jens Alfke via Cocoa-dev <email@hidden>
- Date: Tue, 15 Oct 2019 09:20:39 -0700
> On Oct 15, 2019, at 6:59 AM, Turtle Creek Software via Cocoa-dev
> <email@hidden> 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 (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
References: | |
| >Re: Need for Swift (From: Turtle Creek Software via Cocoa-dev <email@hidden>) |