|
|
|
|
|
by paulddraper
2461 days ago
|
|
> it was too difficult to embed a JVM-based language into other runtimes and languages In addition to the JVM, Scala has had JS [1] and native (via LLVM) [2] targets for years. (And that's not even mentioning any second-order compilations; e.g. Scala -> JVM bytecode -> native) There's a number of reasons to not choose Scala, but portability is far from one of them. [1] https://www.scala-js.org [2] http://www.scala-native.org |
|