Right programing language for developing application for Mac

前端 未结 6 993
眼角桃花
眼角桃花 2021-01-20 05:06

I\'m planing to buy a Mac. I would like to be able to develop GUI applications for Mac as well. Currently I develop in C# using VisualStudio as IDE. I also know Java and I\'

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-20 05:26

    It's Objective-C. But if you want a beautiful and easy language, you can use python with wxPython. It'll look as native and, furthermore, it will make your applications multi-platform.

    For the GUI designer, check wxFormBuilder. It supports wxPython for exporting.

提交回复
热议问题