I read about IronPython, but I still don’t understand if there is full support for python 3. How can I do this?
- onePython 2.7 is there in the current version. Here is the simplest example: ru.stackoverflow.com/a/815816/218063 - Andrew NOP
|
1 answer
There is no Python 3.x support in IronPython. Some sort of porting status can be viewed on the IronPython 3.x page status and feature overview .
There is no way to do it - unless you decide to join the development of IronPython yourself.
Microsoft scored on the project, and without support it develops slowly. The main developer ran away.
|