cpython, jython, etc.? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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