What programming languages can one use to develop iPhone, iPod Touch and iPad (iOS) applications?

前端 未结 10 2076
我在风中等你
我在风中等你 2020-12-08 12:45

What programming languages can one use to develop iPhone, iPod Touch and iPad (iOS) applications?

Also are there plans in the future to expand the amount of programm

10条回答
  •  无人及你
    2020-12-08 13:28

    What programming languages can one use to develop iPhone, iPod Touch and iPad (iOs) applications?

    Ruby, Python, Lua, Scheme, Lisp, Smalltalk, C#, Haskell, ActionScript, JavaScript, Objective-C, C++, C. That's just the ones that pop into my head right now. I'm sure there's hundreds if not thousands of others. (E.g. there's no reason why you couldn't use any .NET language with MonoTouch, i.e. VB.NET, F#, Nemerle, Boo, Cobra, ...)

    Also are there plans in the future to expand the amount of programming languages that iOs will support?

    Sure. Pretty much every programming language community on this planet is currently working on getting their language to run on iOS.

    Also, a lot of people are working on programming languages specifically designed for touch devices such as iPod touch, iPhone and iPad, e.g. Phil Mercurio's Thyrd language.

提交回复
热议问题