For a simple interchange format, you might also look at MSGPACK; the 
bindings are nice and the format is simple.

I used it for call-haskell-from-anything 
(https://github.com/nh2/call-haskell-from-anything), a concept with 
which you can call Haskell code from any language that supports loading 
shared object files.

On Thu 16 May 2013 02:07:41 SGT, Hans Georg Schaathun wrote:
> The most common approach appears to be a network interface between
> separate java and haskell processes.  Both JSON and thrift appear to
> tools to help doing that.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to