
(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
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