On Sat, Nov 24, 2018 at 11:25 PM Stephen Kay <s...@karma-lab.com> wrote:
> Let’s say you have a rather ancient carbon app written in C and C++, and > you now want to try to completely rewrite a 64-bit version. What language > and framework would you use? Cocoa? > Depends on whether you want a pretty UI or a simple, functional, one. Pretty -> Cocoa is your only option. Ugly, cumbersone, but portable: Qt Quick'n'dirty: Xojo, with low level code written in C++, for instance (e.g. if you have a large non-UI code base, you could put that into a library and then do your UI in Xojo, which makes it not only quite portable but is also easy to design + program with. Downside: It's not free. Thomas
_______________________________________________ Do not post admin requests to the list. They will be ignored. Carbon-dev mailing list (Carbon-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/carbon-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com