[Haskell-cafe] Calling Python from Haskell
Manuel Gómez
targen
Fri Oct 4 23:08:12 UTC 2013
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>
More information about the Haskell-Cafe
mailing list