|
|
|
|
|
by viraptor
2115 days ago
|
|
The whole idea of "language X is interpreted/compiled" is a simplification I wish people were more careful with. Cpython is interpreted, pypy has JIT, mypyc is compiled. It's the implementation, or even implementation's specific runtime options that decide about things like that, not the language. |
|
C can be interpreted too: https://en.wikipedia.org/wiki/CINT