Hi list,

What’s the preferred way of calling into Python from Haskell?  I’ve
found MissingPy[0], but it seems to be somewhat bitrotten and a couple
of experiments yielded segfaults.  There’s also the cpython
package[1], but that seems to require Python 3.3, and I’m trying to
call into code written for 2.7.

Are there any other alternatives, apart from direct execution of a
Python interpreter with forkProcess and such?

[0]: <http://hackage.haskell.org/package/MissingPy>
[1]: <http://hackage.haskell.org/package/cpython>
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to