[Haskell-cafe] Instead of Haskell running on the JVM is there a way for Haskell to call a JVM language ...

Stephen Tetley stephen.tetley at gmail.com
Tue Nov 20 18:26:12 CET 2012


There has been, as Antony Courtney was using Java2D for vector
graphics called from Haskell in his Haven system.

The FFI was GCJNI (Green Card JNI) - I'm not sure where it exists now
or how much it has bit rotted.

On 20 November 2012 05:36, KC <kc1956 at gmail.com> wrote:
> Instead of Haskell running on the JVM is there a way for Haskell to
> call a JVM language (or generate bytecode) to access the Java class
> libraries when needed?
>



More information about the Haskell-Cafe mailing list