[Haskell-cafe] Talking to Java from Haskell?

Marc Weber marco-oweber at gmx.de
Thu Jul 8 21:47:19 EDT 2010


HI Dan,

It depends on how much of the protocol you're going to use.
If you only have to use some kinds of messages it may be fastest to use
Scala and Actors using the Java library.

Depending on the data I'd use a very simple protocol for the
communication Haskell <-> Scala.

Whether you should reimplement the protocol also depends on whether
speed is an issue.

If nobody picked up and started to work on Java interaction I think
you're right that b is the fastest option.

Marc Weber


More information about the Haskell-Cafe mailing list