7 ms·
HAXE also targets JVM [0] but it is not traditional. https://haxe.org/manual/target-jvm-getting-started.html https://haxe.org/manual/target-jvm-getting-started
by s17tnet 3y ago
HAXE also targets JVM [0] but it is not traditional.
https://haxe.org/manual/target-jvm-getting-started.html https://haxe.org/manual/target-jvm-getting-started.html
- chii 3y agoInteresting, i didnt realize haxe could generate bytecode directly, rather than generating source code (java), which would then be required to be compiled using the jdk.