Y
Hacker News
new
|
ask
|
show
|
jobs
by
auscompgeek
2606 days ago
CPython and PyPy are both VMs, similarly to the JVM.
1 comments
twa927
2606 days ago
I meant the inside of a VM (its implementation), which is coded in C/RPython. Java's VM is coded in C++, but I don't think C++ is used for any regular library functions, while C is used heavily for Python's stdlib.
link
pjmlp
2606 days ago
Not all JVMs are implemented in C++.
It is a specification with multiple implementations, some of them are even bootstrapped in Java.
link