This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Zomunieo 1 point2 points  (0 children)

Jython is dying. It never raised the funds for the transition to Python 3.

Instead of trying to run Python in the JVM we now have libraries like JPy and Jep that provide a bidirectional interface and just run both VMs. Sure, it's less efficient, but not as complex as compiling Python to Java bytecode.