Hacker News new | ask | show | jobs
by hepta 3650 days ago
Interop with Java seems unlikely unless they keep a JVM tucked away somewhere.
1 comments

Now that I look at it, they essentially do, it's just that they implement it from a more Scala-centric point of view (e.g. implementing traits directly instead of being layered on top of a Java variant). It seems like it shouldn't be too hard to compile JVM bytecode to run on the same runtime.