Comment on Swift BlogparentComments−tjl12ySwift can call Objective-C APIs, so if you're building Mac or iOS apps, you'll get access to the full Cocoa API. You can't build iOS apps in Scala (as far as I know) and I've never been a fan of Java GUIs.−pjmlp12yJust compile to native code using an AOT compiler like RoboVM.
Comments
Swift can call Objective-C APIs, so if you're building Mac or iOS apps, you'll get access to the full Cocoa API. You can't build iOS apps in Scala (as far as I know) and I've never been a fan of Java GUIs.
Just compile to native code using an AOT compiler like RoboVM.