[Haskell-cafe] Re: Lambada and connecting Haskell to a Weblogic server

Mark T.B. Carroll mark at ixod.org
Thu Feb 15 14:53:47 EST 2007


Adam Megacz <megacz at cs.berkeley.edu> writes:

> You should check out Brian Alliet's LambdaVM:
>
>   http://www.cs.rit.edu/~bja8464/lambdavm/

That looks very interesting. We'd been wondering if there was some route
from GHC core to Scheme through Bigloo or Kawa to the JVM, but something
more direct is nicer.

Is it easy to create Haskell stubs (in the IO monad, presumably) for
standard Java libraries so that your compiled-to-JVM Haskell code can
easily use the usual Java APIs like Swing? One source of vexation for us
is mapping between Java types and Haskell types.

-- Mark



More information about the Haskell-Cafe mailing list