[Haskell-cafe] Re: [Haskell] ANNOUNCE: CPython / libpython bindings

John Millikin jmillikin at gmail.com
Sun Dec 27 18:50:16 EST 2009


(sorry for spam; forgot to reply-all)

MissingPy appears to be a set of data types which implement MissingH
classes using the Python library. It has only a minimal binding to
libpython, enough to implement its class instances but not enough for
general-purpose use of libpython.

I wrote this package so I could benchmark Python modules using
Criterion, with an eye towards writing extension modules in Haskell,
so it has many more data types and computations available.

On Sun, Dec 27, 2009 at 14:33, Yitzchak Gale <gale at sefer.org> wrote:
> John Millikin wrote:
>> CPython, the primary implementation of the Python language, has a C
>> API for embedding Python into applications and writing extension
>> modules[1]. The cpython[2] package is a binding to this API.
>
> This is a nice thing to have.
>
> How does this package compare to the classic MissingPy package?
>
> Thanks,
> Yitz
>


More information about the Haskell-Cafe mailing list