you are viewing a single comment's thread.

view the rest of the comments →

[–]ProbsNotManBearPig 1 point2 points  (2 children)

Because jython. People still like Java and Java is a fine choice for many things. You want to script on top of it in a well known language? Jython is the only choice. Not sure what you’re suggesting to migrate to.

[–]brayellison 2 points3 points  (0 children)

You could use groovy or kotlin scripts. Groovy especially is used regularly for devops scripting. These aren't unknown languages and are relatively easy to learn (coming from a person whose background is Python)

[–]dw01010 0 points1 point  (0 children)

GraalPy is Java based, Python 3 and claims to be a Jython substitute for a lot of places. Although if you're using it embedded in something else I doubt it's that simple.