[Haskell-cafe] Haskell and Java interaction

Robert Greayer robgreayer at yahoo.com
Mon Feb 9 16:58:50 EST 2009


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 the stdin/stdout of the Haskell process to Java output/input streams.  Perhaps low-tech, but has worked well for me.




----- Original Message ----
From: Silviu ANDRICA <silviu.andrica at epfl.ch>
To: "haskell-cafe at haskell.org" <haskell-cafe at 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 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 at haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe



      


More information about the Haskell-Cafe mailing list