From: Stefan R. <ste...@gm...> - 2023-11-16 15:33:45
|
Hello Dhaval, thank you for your interest in Jython. In addition to Jython 3 roadmap, recommended reads are https://www.jython.org/jython-3-mvp https://the-very-slow-jython-project.readthedocs.io/en/latest/ As you already noticed, https://github.com/jython/jython3 is *not* the right place - it is a discontinued approach and sandbox. Jython 3 is developed under the main branch (not master) of the usual Jython repo: https://github.com/jython/jython/tree/main So far I did not work with that branch myself but I guess a starting point would be to clone it, build it (gradle), check out current state. Read Jeff Allen's recent commit messages for that branch - they are usually very descriptive. Best Stefan Am Mi., 15. Nov. 2023 um 20:00 Uhr schrieb Dhaval Shah < dha...@gm...>: > I used Jython initially when it came out open (as in funded/in news etc) > sometime between 2005/2006. > > There are several reasons I liked Jython. However things were not > conducive at work to use Jython or in personal space to contribute to > Jython. > > Recently I have been exploring Python 3. And being a long time Java > developer decided to start contributing to Jython. > > So how do I start contributing to Jython 3? > > I have gone through https://www.jython.org/jython-3-roadmap and not sure > if this has made progress -> https://github.com/jython/jython3#readme > > Or is this a dev dump of Jython 3? -> https://github.com/aaveshdev/jython3 > ? > > There are some suggestions to use GraalPy, and I am not comfortable with > either using GraalPy or contributing to it. > > Or Is Jython3 still sleeping? > > Thanks > Dhaval > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev > |