Hacker News new | ask | show | jobs
by sangnoir 3765 days ago
> Swift is compiled. One can expect better performance.Swift is compiled. One can expect better performance.

Since we are discussing targeting Android: Java (and Kotlin) are also compiled ahead of time by the Android Runtime (ART). This has been the case since Android 4.4 (KitKat) when ART became an optional replacement to Dalvik.