IronPython-0.6 is now available!

John Hunter jdhunter at ace.bsd.uchicago.edu
Wed Aug 11 09:32:47 EDT 2004


>>>>> "Terry" == Terry Reedy <tjreedy at udel.edu> writes:

    Terry> In any case, it is standard to do time-consuming numerical
    Terry> computation in Python with the quasi-standard numerical
    Terry> extensions.  Unless and until the these are ported to .NET,
    Terry> such programs will not run.  Even when they do, there is no
    Terry> reason to think that they will be significantly faster.

As someone with *no* experience with .NET but with some python
extension code I may one day find myself trying to port to IronPython,
I wonder: does anyone have an idea of what is involved in porting a
python extension module to IronPython / .NET.  Any thoughts on how the
use of extension building code interacts with this, eg boost::python,
pycxx or SWIG?

Thanks, John Hunter



More information about the Python-list mailing list