Compiler needed a compiler to compile – a lot of compilers can actually self-compile. But once that’s done, they’re now in binary, and no longer need a compiler.
Essentially, your code does get turned into binary, but unless you change the code, you can keep reusing the same binary. That’s what you do with most anything that runs on your computer, including compilers.
Latest Answers