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 we

Re: Calling Haskell from Java

2003-08-14 Thread Brandon Michael Moore
d through some state), but I don't know of any alternative 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 f

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

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 adva