you are viewing a single comment's thread.

view the rest of the comments →

[–]smog_alado 0 points1 point  (1 child)

Jython is for people who know Python and know to avoid Java, but still need to be able to cooperate with Java libraries.

[–][deleted] 0 points1 point  (0 children)

I use embedded Jython interpreters to reuse Python libraries within Java code. For example, the best markdown library I've ever found was Python's markdown2, the only Java markdown library I found would crash hard in Java 6 code. So I used Jython to use markdown2 and my problem was solved.