[Haskell-beginners] haskell on the jvm?

Krzysztof Skrzętnicki gtener at gmail.com
Sat Apr 2 23:31:28 CEST 2011


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 at 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 at 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 at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110402/28c8ada8/attachment.htm>


More information about the Beginners mailing list