Using Haskell with Java

Tomasz Zielonka tomasz.zielonka at gmail.com
Fri Jan 7 16:06:53 EST 2005


On Fri, Jan 07, 2005 at 04:56:14PM +0100, Dmitri Pissarenko wrote:
> I would like to know whether it is possible to write algorithmic (let's call
> them back-end) parts of a system in Haskell and user interface in Java?

If all else fails, you can "simply" split the program in two separate,
communicating processes.

Best regards,
Tomasz


More information about the Glasgow-haskell-users mailing list