[Haskell-cafe] The best way to call Java from Haskell?

Michael Snoyman michael at snoyman.com
Tue Oct 11 08:51:38 CEST 2011


On Tue, Oct 11, 2011 at 8:34 AM, JP Moresmau <jpmoresmau at gmail.com> wrote:
> Maybe your Haskell code could be compiled with only minor
> modifications on something like CAL or Frege? There seems to be some
> interest in them these days, so maybe a translator is on its way...

Likely not. xml-enumerator relies on attoparsec-text and
blaze-builder, neither of which I'd imagine will work easily on either
CAL or Frege. And xml-hamlet uses quasi-quotation, which almost
certainly wouldn't work. I could likely change it from real QQ to some
kind of preprocessor without too much effort, but I think overall it's
a losing venture.

Michael



More information about the Haskell-Cafe mailing list