
I have managed to call Haskell from Java on Linux -- I had to manually invoke gcc for the linking step because ghc won't output a shared object. It was very ugly indeed, but I can show you what I did if it will help. jvm-bridge also seems more developed now than when I was doing this, so maybe that's easier. keegan Thiago Arrais wrote:
Leif,
On 7/3/06, Leif Frenzel
wrote: I think the way to go is to call it via JNI. This has worked fine for me in the past on Windows with dlls
Although it required quite some glue code written in C, and it did not look very pretty. Have you already taken a look at this thing here
http://sourceforge.net/projects/jvm-bridge/
Seems like it will free us from writing much of the glue code.
I will definetely experiment with the GHC library + JVM-Bridge, it seems very much promising. Has anyone actually tried something like that?
Cheers,
Thiago Arrais _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe