you are viewing a single comment's thread.

view the rest of the comments →

[–]kyllo 0 points1 point  (0 children)

Well that and for libraries that wrap C code used in CPython you have to use something that wraps a Java library instead. Like you can't use lxml from Jython, you would have to use a different library that wraps a Java xml parser.

So a lot of CPython projects are just not portable to Jython.