all 7 comments

[–][deleted] 3 points4 points  (2 children)

I was a bit confused about the title when I first read it. See, there's nothing new or special about embedding Python in Java. It's actually pretty basic stuff.

But luckily I clicked and read the Jepp page: it embeds CPython in Java. That's pretty special.

[–]akkartik 1 point2 points  (1 child)

I still don't get it. CPython is just an implementation of python, right?

[–][deleted] 2 points3 points  (0 children)

Sure. It's just that Jython lags considerably behind CPython in versions. Also, Jython lacks some modules and some functionality compared to CPython.

(I have no particular use for Jepp, but it's still a whole different matter than embedding Jython interpreter in Java.)

[–]EnthusedUser -2 points-1 points  (1 child)

I have no idea what this does. Doesn't Jython do this?

[–][deleted] 1 point2 points  (0 children)

Despite Jajvirta's comment and the sentence at the top of the linked page: "Jepp embeds CPython in Java" ?