Java -> Python?

前端 未结 5 866
深忆病人
深忆病人 2021-01-30 02:51

Besides the dynamic nature of Python (and the syntax), what are some of the major features of the Python language that Java doesn\'t have, and vice versa?

5条回答
  •  粉色の甜心
    2021-01-30 03:06

    With Jython you can have both. It's only at Python 2.2, but still very useful if you need an embedded interpreter that has access to the Java runtime.

提交回复
热议问题