[Haskell-cafe] Haskell on JVM

Casey Hawthorne caseyh at istar.ca
Fri Jun 26 12:49:40 EDT 2009


Since the JVM doesn't seem to support tail call optimization, I
suppose one could could directly manipulate the bytecodes generated by
jhc to do TCO.

One challenge would be the garbage collector, since Haskell and Java
have very different working sets of what is still being used.
--
Regards,
Casey


More information about the Haskell-Cafe mailing list