Any way to use some Scala for iOS coding?

后端 未结 5 677
-上瘾入骨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:44

    Currently Codename One doesn't have builtin support for Scala but it supports Kotlin reasonably well. There is a blog post here that covers the process of adapting Codename One to support other JVM languages. By doing that you can instantly get support for other platforms such as iOS, UWP, JavaScript/Web, Android & desktop mac/windows for free.

    The core of Codename One which includes the VM's, API's and most of the tools is open source.

提交回复
热议问题