Eli5: If a compiler is a program that converts your code into binary form for the computer, unless my understanding is incorrect and it isn’t just a program, wouldn’t the compiler also need a compiler to run it since how do you run a program without a compiler?

1.09K views

Eli5: If a compiler is a program that converts your code into binary form for the computer, unless my understanding is incorrect and it isn’t just a program, wouldn’t the compiler also need a compiler to run it since how do you run a program without a compiler?

In: 360

25 Answers

Anonymous 0 Comments

This is something I couldn’t grasp until the very end of my first computer science class more than two decades ago. It’s a great question. The answer is no, not every program needs to be compiled.

The first programs and later the first compiler was created by programmers working directly with machine code.

You are viewing 1 out of 25 answers, click here to view all answers.