[Haskell-cafe] EclipseFP (Haskell IDE) 0.10.0 released

Leif Frenzel himself at leiffrenzel.de
Mon Jul 3 11:58:52 EDT 2006


>> 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
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>



More information about the Haskell-Cafe mailing list