Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scala on iOS using Avian

There is a relatively-new lightweight JVM called Avian that can produce executables for iOS targets.

There isn't too much documentation on the website (and not much can be found searching with Google). I was wondering if anybody was aware of a step-by-step tutorial on how to get a basic Scala program running on iOS, using Avian.

like image 293
Eduardo Avatar asked Dec 03 '12 17:12

Eduardo


1 Answers

Another alternative JVM to iOS compiler is RoboVM. Although it is at an early stage, it looks quite promising, with examples on how to compile Scala for iOS.

EDIT This was an old answer, valid at that time, but, as @JamesMoore points out, RoboVM is no more. What looks very promising now, and may well be the way to run Scala code in iOS in the near future is Scala Native

like image 70
Eduardo Avatar answered Sep 22 '22 14:09

Eduardo