cpython, jython, etc.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

cpython, jython, etc.?

What does it matter that the interpreter was written in a different language? Why is it any different and why not just keep using normal python?

22nd Nov 2018, 3:42 AM
DrChicken24
DrChicken24 - avatar
2 Answers
+ 1
I don't know what it means either. I guess that the internal environment would have a different way of interacting
22nd Nov 2018, 4:08 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
0
Dont confuse language with how its builded... Python language is a set of rules that define python (syntax, types etc) while CPython and Jython implement python language in own way... CPython is the original implementation written in C, Jython is another implementation in Java but they have other differences... At example with Jython you have easy access to Java environment... Anyway, exists other python implementations like PyPy, IronPython etc
22nd Nov 2018, 7:03 AM
KrOW
KrOW - avatar