Hacker News new | ask | show | jobs
by c3534l 3357 days ago
About as ironic as Java or C++ being written in C.
1 comments

Not quite; Hotspot (Sun/Oracle JVM) and Android Runtime are both C++; the major C/C++ implementations (GCC, LLVM/Clang, MSVC, Intel C++ Compiler) are all C++ too, although GCC was C until 2010 and MSVC's 16-bit ancestors were as well.
Intel's compiler is written in C as well.