Any way to use some Scala for iOS coding?

后端 未结 5 676
-上瘾入骨i
-上瘾入骨i 2020-12-30 23:59

I want to be able to use Scala to code iOS programs. Any tools available for this ?

5条回答
  •  悲哀的现实
    2020-12-31 00:45

    Not today, but it may be close:

    • http://java.dzone.com/articles/oracle-gets-java-running-ios
    • http://www.oracle.com/technetwork/developer-tools/adf/overview/adf-mobile-096323.html

    But, while Apple directly opposes the use of the JVM on iOS devices, it will make little sense to go that way (it's still early days). You will run into one obstacle after another, and won't have any guarantee that the code you write today, will run on the iOS of tomorrow.

    Sit on the sideline with your Android, Ubuntu and popcorn, and let the big guys fight it out.

    In the meantime.... you can write a thin front-end in PhoneGap (which works on most modern mobile devices), your services with Spray and have fun with your back-end in Scala.

提交回复
热议问题