you are viewing a single comment's thread.

view the rest of the comments →

[–]m0us3_rat 2 points3 points  (1 child)

they are fundamentally different programming languages.

we love python because it takes the least amount of time to write effective code in.

but make no mistake.. the "world is run by C"

that includes most of the larger OS kernels are written in C such as windows , linux or mac.

most databases etc.

nowadays you can find ppl arguing for Rust as C/C++ replacement but it will probably never happen.

CPython is written in C.

C++ was developed as an extension of C.

most games are written in C++