[Haskell] building shared objects

Tomasz Zielonka tomasz.zielonka at gmail.com
Thu Sep 14 11:54:46 EDT 2006


On Fri, Sep 15, 2006 at 01:45:46AM +1000, Jeremy Wazny wrote:
> The performance of the Haskell code is not an issue.
> [...]
> The alternative is to admit defeat and rewrite all the Haskell code as
> C++, which is pretty depressing.

If performance is not an issue, then maybe another alternative
- package your Haskell code as a separate program, with which your C++
program communicates through pipes using some simple protocol. It
works for me.

Best regards
Tomasz


More information about the Haskell mailing list