Hacker News new | ask | show | jobs
by grishka 1278 days ago
Most system APIs are only exposed in the JVM environment without native equivalents. You do need a JVM language to do anything meaningful. Either that, or you'll have to use JNI.