[Haskell-cafe] Re: Haskell's market
Neil Mitchell
ndmitchell at gmail.com
Tue Mar 28 12:30:06 EST 2006
> instead of coding them. I am thinking about an approach
> based on a sort of DSL design with Haskell then code/bytecode
> generation to Java/whatever platform.
Yhc can generate a portable bytecode, and it can also generate .NET
bytecode (IL), and there was a project underway to generate Java (JVM)
bytecode. There is a Java interpetter and a python interpetter for Yhc
bytecode as well (and of course a C one).
Thanks
Neil
More information about the Haskell-Cafe
mailing list