Migrating from CPython to Jython

后端 未结 6 456
时光取名叫无心
时光取名叫无心 2020-12-29 04:26

I\'m considering moving my code (around 30K LOC) from CPython to Jython, so that I could have better integration with my java code.

Is there a checklist or a guide

6条回答
  •  粉色の甜心
    2020-12-29 04:53

    You might also want to research JPype. I'm not sure how mature it is compared to Jython, but it should allow CPython to access Java code.

提交回复
热议问题