From: Jeff A. <ja...@fa...> - 2023-07-25 06:49:57
|
Thanks to all who have given their +1s to this. I'm genuinely heartened that others think this is still worthwhile. There is a lot of change to take on between Python 2.7 and any recent 3 (not just print()), but also it seemed the time to implement the core in a more modern way. There was a time when I just wanted to try these ideas in a corner, in case the ideas were all wrong. (I hate wasting others' time.) It looks like they aren't *all* wrong. At the moment I'm working to integrate a contributed compiler front-end (Python to AST) which endeavor I think will drive forward other parts of the core still missing. Jeff Allen On 15/07/2023 13:32, John A. Hayes wrote: > I think the conclusion from all this mail-list activity is there is > great interest in a Jython 3.X. Rather than just saying I’m another +1 > (which is true), is there a short-list of things that need to be > achieved to reach Python 3+ compatibility? > > In my naive experience as a Python user, the most substantive > difference between Python 2+ and Python 3+ was the transition between > “print” being a statement in 2 and a function in 3 and that seems > trivial. All the other changes were under the hood and not important > from a user’s perspective. > > If there are more corner cases, I’m happy to help, > > All the best, and I’m a super big fan of the project; it’s just a bit > mysterious how any of us can help. > > John > >> On Jul 15, 2023, at 1:31 AM, Liam Coughlin <lsc...@gm...> wrote: >> >> +2 for jython 3 - wait am I doing this right? >> >> On Sat, Jul 15, 2023 at 2:13 AM Jon R. Fox <drj...@gm...> wrote: >> >> +1 for Jython 3.x >> I'm using Groovy for now. >> >> _______________________________________________ >> Jython-users mailing list >> Jyt...@li... >> https://lists.sourceforge.net/lists/listinfo/jython-users >> >> _______________________________________________ >> Jython-users mailing list >> Jyt...@li... >> https://lists.sourceforge.net/lists/listinfo/jython-users > > > > _______________________________________________ > Jython-users mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-users -- Jeff Allen |