Comment on H2JVM – A Haskell Library for Writing JVM BytecodeComments−internet_points3mosee also https://github.com/Frege/frege and https://github.com/mchav/froid (though both are kind of dead I guess?)−J-Kuhn3moThere is also Idris 2 for JVM (https://github.com/mmhelloworld/idris-jvm)Frege targets Java source code, which is then compiled by javac - the downside of that approach is you can not preserve the line numbers for debug information.
Comments
see also https://github.com/Frege/frege and https://github.com/mchav/froid (though both are kind of dead I guess?)
There is also Idris 2 for JVM (https://github.com/mmhelloworld/idris-jvm)
Frege targets Java source code, which is then compiled by javac - the downside of that approach is you can not preserve the line numbers for debug information.