[Haskell-cafe] Re: Haskell and Java

Brian Alliet brian at brianweb.net
Thu Sep 11 16:04:09 EDT 2008


On Wed, Sep 10, 2008 at 09:50:36PM -0300, Mauricio wrote:
> Would it allow allow Haskell to also call Java code,
> besides running in JVM?

Yep. LambdaVM can fully access existing Java code. The base library
heavily uses FFI to access java.io.* to implement Handle, etc. 'foreign
export' even works so you can call back into Haskell from Java. For
more information see:

http://wiki.brianweb.net/LambdaVM/FFI

-Brian


More information about the Haskell-Cafe mailing list