There are plans, and even some small amount of work (https://github.com/IronLanguages/ironpython3). However time is the usual issue.
If you want to help (great!) then a decent introduction to IronPython's internals is http://aosabook.org/en/ironlang.html. The main work that needs to be done is to bring the parser up to 3.x; consider looking at the parser in Python Tools for Visual Studio, since it's derived from the IronPython parser but supports syntax up to 3.5. Then, of course, the parser needs to generate code to actually support that stuff. I have code for function attributes and kw-only args in a branch somewhere but they're so old it might be easier to just reimplement them from scratch using the code as a guide. There's no better way to learn a language than working on a big program. :) - Jeff On Tue, Jul 28, 2015 at 6:44 AM, Ján Gnip <jsemg...@gmail.com> wrote: > Hi guys, > are there any planned releases with python 3.x support? If so, do you know > estimated dates? What needs to be done and how can I help you with something > with intermediate python skills and beginner C# skills? > Thank you for the info. > > Droidik > > _______________________________________________ > Ironpython-users mailing list > Ironpython-users@python.org > https://mail.python.org/mailman/listinfo/ironpython-users > _______________________________________________ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users