[Haskell-cafe] Haskell and Java interaction

2009-02-09 Thread Silviu ANDRICA
Hello, I was wondering if there is a way to call Haskell code from Java. I tried using jvm-bridge(http://sourceforge.net/projects/jvm-bridge/), but I'm stuck on building it. Thank you very much, Silviu ___ Haskell-Cafe mailing list Haskell-Cafe@has

Re: [Haskell-cafe] Haskell and Java interaction

2009-02-09 Thread C.M.Brown
Hi Silviu, There's the GCJNI: http://www.haskell.org/gcjni/ Which is basically a greencard-ed JNI interface for Haskell. I'm not sure it's still suported but may be worth a shot. Regards, Chris. On Mon, 9 Feb 2009, Silviu ANDRICA wrote: > Hello, > I was wondering if there is a way to call H

Re: [Haskell-cafe] Haskell and Java interaction

2009-02-09 Thread Robert Greayer
tput/input streams. Perhaps low-tech, but has worked well for me. - Original Message From: Silviu ANDRICA To: "haskell-cafe@haskell.org" Sent: Monday, February 9, 2009 10:56:40 AM Subject: [Haskell-cafe] Haskell and Java interaction Hello, I was wondering if there is a way

Re: [Haskell-cafe] Haskell and Java interaction

2009-02-10 Thread Wolfgang Jeltsch
Am Montag, 9. Februar 2009 22:58 schrieb Robert Greayer: > I'm sure this isn't the solution you are looking for, but when I had to do > something similar (integrate an Eclipse plugin to Haskell code) the > simplest approach I found was to simply invoke the Haskell in a separate > process, binding t