Comment by badRNG
16 hours ago
> Speaking of vibe coding in archaic languages
Well, I think we can say C is archaic when most developers write in something that for one isn't C, two isn't a language itself written in C, or three isn't running on something written in C :)
If we take the most popular programming languages and look at what their reference (or most popular) implementations are written in, then we get:
Far from archaic indeed. We're still living in the C/C++ world.
Java and C# compilers are selfhosted.
Then depending on which JVM implementation we are talking about the actual JVM runtime can be Java, C, or C++, or a mix of them.
Modern C compilers are written in C++.
Rust uses LLVM, written in C++.
I thought Rust still used LLVM (a C++ project) for the backend, did they already switch to Cranelift?
No, it is still LLVM.
(Python has exited the chat)