Answer the question
In order to leave comments, you need to log in
What is the difference between a compiler and an interpreter?
I understand how the first one works, but I can't figure out the difference between them.
Answer the question
In order to leave comments, you need to log in
The interpreter analyzes the program line by line and immediately executes it line by line. Compiler - analyzes and converts code in a high-level language into a closer to machine language. But it does not perform object binding and other things.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question