Ironpython 1.0 was officially released. This is a portable version of cpython. Net, which implements most of the features of Python 2.4. It is similar to cpython, but its pure. Net lineage makes the application in. net ProgramIt is quite easy to embed Python scripts in.
To use a Python script in A. Net program without ironpython, you must write the cpython. Net package. This is a complicated task. However, although ironpython is available now, The cpython package is still useful. The reasons I see include:
1. performance. Although I have not tested the performance of ironpython, according to my estimation, there should be some gaps with cpython;
2. Stability. Currently, ironpython is only version 1.01. It is obviously not consistent with cpython, which has nearly a decade of history;
3. functions. Cpython is an official version of Python and has now grown to 2.5. If cpython is used, the latest features of python can be used at any time, while ironpython is often used later than the next sub-version (about several months to a year );
4. extended library. Ironpython has good scalability, but cpython already has many existing libraries available for use. It is unclear whether ironpython is compatible with these libraries. If it is not compatible, ironpython will have fewer libraries than cpython in the current situation.