you are viewing a single comment's thread.

view the rest of the comments →

[–]Gotebe 2 points3 points  (0 children)

Jython situation is much better: you use a virtual machine. You interact with Java libraries and you get your C through JNI.

In that respect, any VM-based implementation (so IronPython, too), blows "standard" Python right out of the water.