- #Python is written in C
- #Perl is written in C
- #Ruby is written in C
- #PHP is written in C
- #JavaScript engines started in C, now mostly in C++
- #Go was first in C, now written in Go itself
- #C++ compilers are written in C++
- #Swift is built with C++ and Swift (on LLVM in C++)
- #C# runs on .NET, built in C++/C#
- #JVM (HotSpot) is written in C++

Yet, people still doubt the necessity of learning C!

@mirsadra C was written in assembly therefore all programmers necessitate learning it?

not trying to be an asshole but this isn't the best argument in favour of it

you could say all languages use C via FFI, for example, which is neigh impossible to directly do Java <-> Rust or C++ <=> Rust without going through C first

@diegovsky @mirsadra the original C compiler was not written in assembly, it was apparently derived from BCPL then B then NB (new B, iirc). https://www.nokia.com/bell-labs/about/dennis-m-ritchie/chist.html