Comment by lionkor
C++ is still wildly popular and will remain so for the foreseeable future. Your JavaScript interpreter/JIT compiler is written in it, so is your Java JVM, and I don't need to mention CPython in more detail.
Those all get compiled into object files and then linked.
But not by most devs. Back in the day it was true for most devs.