Comment by lionkor

Comment by lionkor a day ago

1 reply

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.

dcminter 18 hours ago

But not by most devs. Back in the day it was true for most devs.