[Cython] Can I use Cython for iPhone application development?

Stefan Behnel stefan_ml at behnel.de
Fri Nov 28 19:43:47 CET 2008


Hi,

Dag Sverre Seljebotn wrote:
> C/Python extension modules which depends on a running Python instance 
> (the Python version from python.org, not Jython or IronPython or similar).

IronPython has Ironclad, which allows it to run a couple of CPython
extensions already, namely bz2 and (most of) NumPy. I wonder how much would
be missing to get Cython code running on IronPython that way.

http://code.google.com/p/ironclad/

They promote it as a MSWindows-only thing, though, so unless someone gets
it to run on Mono, my personal interest will stay at -0.

Stefan



More information about the Cython-dev mailing list