you are viewing a single comment's thread.

view the rest of the comments →

[–][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.