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 _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
