
11 Sep
2008
11 Sep
'08
8:04 p.m.
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