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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
