Hacker News new | ask | show | jobs
by theshrike79 1015 days ago
Cross platform is less and less important nowadays. When was the last time your phone ran a Java application natively? As in you had a legit JVM on your phone?

Everything is cross-compiled or cross-translated to something else. I write C# for Unity and it translates it to something that'll run on iOS, which definitely doesn't have the CLR natively in it.