Hi, The only thing I can think of is GCJNI:
http://www.haskell.org/gcjni/ This makes use of the FFI and a Greencarded Java JNI interface. It does allow you to call Java programs from Haskell. However, I'm not sure if it is still supported. hth, Chris. On Tue, 9 Sep 2008, [ISO-8859-1] Maurício wrote: > Hi, > > I use Haskell, and my friends at > work use Java. Do you think it > could be a good idea to use Haskell > with Java, so I could understand > and cooperate with them? Is there a > a Haskell to Java compiler that's > already ready to use? > > Thanks, > Maurício > > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
