[Haskell-cafe] Calling Haskell from Java

2004-06-11 Thread Andrei de A. Formiga
Greetings, I need to call Haskell functions from a Java program. In the Java side, I can use JNI, which expects C-call functions exported from dynamically linked libraries. So, a primitive way to get what I want is to generate a dynamic library from Haskell code with exported ccall

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 interesting story

Calling Haskell from Java

2003-08-14 Thread Immanuel Litzroth
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. Does anyone have any pointers to more information/implementation. I specifically want to call Java-Haskell and not the other way around. thanks in advance

Re: Calling Haskell from Java

2003-08-14 Thread Brandon Michael Moore
to the HttpUnit library for testing webpages with javascript. I just need to call a bit of java in the middle of a Haskell program Tell us how your project works out. Brandon On 12 Aug 2003, Immanuel Litzroth wrote: Calling Haskell from java was supposed to be supported by a tool called lambada, but all I

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: http://galois.com/~sof