Re: [Haskell-cafe] If Python now has a good email library; how challenging is it to call Python from Haskell?

On Oct 27, 2010, at 12:43 PM, caseyh@istar.ca wrote:
:)
I will point out that "Python Haskell Interface" has an excellent axiom. Unfortunately, my attempt to write a nice wrapper around the Python FFI foundered years ago chasing segfaults. It doesn't seem like it should be too hard, if you get the reference counting right - and tie everything to the GIL (ick).

From: Brandon Moore
On Oct 27, 2010, at 12:43 PM, caseyh@istar.ca wrote:
:)
I will point out that "Python Haskell Interface" has an excellent axiom. Unfortunately, my attempt to write a nice wrapper around the Python FFI foundered years ago chasing segfaults. It doesn't seem like it should be too hard, if you get the reference counting right - and tie everything to the GIL (ick).
Quite a typo. That should be "an excellent abbreviation" (PHI). Brandon
participants (1)
-
Brandon Moore