[Haskell-cafe] Summary (Re: Interfacing Java/Haskell)

2013-05-15 Thread Hans Georg Schaathun
and types of the possible calls and returns, and Thrift uses this file to generate serialization and transport code for whatever languages you name. You then add this code to the project on each side and things pretty much just work. On Thu, May 09, 2013 at 04:04:19PM +0100, Hans Georg Schaathun

[Haskell-cafe] Interfacing Java/Haskell

2013-05-09 Thread Hans Georg Schaathun
Hi all, I am rather new to the café, so I just hope my question fits in. Does anyone have experience with integrating Haskell and Java? I have done some searching, finding a lot of pointers but hardly anything in terms of evaluation, successes, or caveats. From what I see Frege looks

Re: [Haskell-cafe] Interfacing Java/Haskell

2013-05-09 Thread Hans Georg Schaathun
On Thu, May 09, 2013 at 11:29:19AM -0400, Dan Mead wrote: if you're on the jvm already why not consider clojure? This is why (from the clojure site you referenced): «Clojure is impure, in that it doesn't force your program to be referentially transparent, and doesn't strive for 'provable'