Hacker News new | ask | show | jobs
by beaumartinez 5574 days ago
> Jython 2.5.2 Has Been Released (March 3, 2011)

It's being actively developed. I know IBM uses it, at least in WebSphere.

About scalabilty I don't know, but it compiles to Java bytecode and the JVM is very mature (with Jython itself being mature as well), I'd wager that it scales well.

However, why are you using Jython with Django when you can use CPython? You're adding an additional layer of abstraction that will incur a performance hit.

1 comments

Thanks for the response. Not CPython because we want something that runs on JVM and also be able to utilize existing Java code/technologies.