Re: Calling Haskell from Java

2003-08-14 Thread Ashley Yakeley
In article <[EMAIL PROTECTED]>, Immanuel Litzroth <[EMAIL PROTECTED]> wrote: > Calling Haskell from java was supposed to be supported by a tool > called lambada, but all I can seen to find of that on the net is a > paper. Lambada is available from Sigbjorn Finne's web-page:

Re: Calling Haskell from Java

2003-08-14 Thread Brandon Michael Moore
Is it fine if the interface uses JNI? The jvm-bridge is an excellent tool if you can use JNI, but I don't know of anything that compiles Haskell to java bytecode. There was a post a few years ago about an experimental Java backend for GHC, but I haven't heard anything since, and the -J switch doesn

Re: Calling Haskell from Java

2003-08-14 Thread Immanuel Litzroth
> "Brandon" == Brandon Michael Moore <[EMAIL PROTECTED]> writes: Brandon> Is it fine if the interface uses JNI? The jvm-bridge is Brandon> an excellent tool if you can use JNI thanks, I'll check out the jvm bridge stuff. Brandon> What are you trying to do? There was an interest