Google didn't turn up anything, so... Is there any way to compile haskell to JVM bytecodes? Dalvik, even? A gcc front end, maybe? Thanks, <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/consulting.html Independent Software developer/SCM consultant, email for more information. O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
There is JHC: http://repetae.net/computer/jhc/ <http://repetae.net/computer/jhc/>It compiles Haskell into standard compliant C code which can be easily compiled with GCC. Be aware though not all libraries are going to work with it. In particular there are many language extensions which aren't implemented and some libraries may depend upon them. Best regards, Krzysztof Skrzętnicki On Sat, Apr 2, 2011 at 15:59, Mike Meyer <mwm@mired.org> wrote:
Google didn't turn up anything, so...
Is there any way to compile haskell to JVM bytecodes? Dalvik, even? A gcc front end, maybe?
Thanks, <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/consulting.html Independent Software developer/SCM consultant, email for more information.
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (2)
-
Krzysztof Skrzętnicki -
Mike Meyer