>>9
No, you don't understand: popularity doesn't imply quality. C and C++
suck, we still use them because Unix, which was never meant to be popular or widely used in, well, everything, and Unix-like systems are ubiquitous.
C and C++ are not low-level, they are not ``near to the metal'', they don't give you control on what's going on, segfaults, pointers, and underspecified semantics are not low-level, accessing the OS API is not low-level.
The shitty, unhelpful standard library, and the inexistent string data-type are not low-level.
``As fast as C'' means nothing, C and C++ are not fast by design, compilers, optimizers made them fast. Hell, they managed to make JS go
fast, do you think they can't optimize those two shitty languages? Compilers spend most of the time optimizing your code.