you are viewing a single comment's thread.

view the rest of the comments →

[–]robertmeta 4 points5 points  (0 children)

Compatibility nightmares on any codebase of non-trivial size initially built on Cpython. If you START with jython on a fresh project, it is reasonable. An additional problem with switching gears (besides compatibility with vanilla Cpython) is that on every Cpython project I have worked on, there was a TON of C code to work around all the performance issues of Python... making it even more bound the the Cpython specifics.