>> Are you use GHC library? > > Not yet, but it may turn to be a very wise decision to make in the > future. EclipseFP is being written in Java, I wonder how the GHC > library would be accessed on such a environment. Need to take a look > at the paper. 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, but not on Linux (because GHC did not yet support position-independent code at that time and I didn't manage to connect to a native library otherwise). Is this possible meanwhile?
Ciao, Leif > > Cheers, > > Thiago Arrais > _______________________________________________ > 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
