[Haskell-cafe] Haskell and Java interaction

Wolfgang Jeltsch g9ks157k at acme.softbase.org
Tue Feb 10 03:21:48 EST 2009


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

For communication between Haskell software and Eclipse, there is also Cohatoe 
(<http://eclipsefp.sourceforge.net/cohatoe/index.html>). Interally, it works 
similar to what you described, as far as I know.

Best wishes,
Wolfgang


More information about the Haskell-Cafe mailing list