0

After tons of googling, it seems that an interpreter both translates code and execute that same line of code immediately once it is translated.

From my understanding, compile time is the period in which source code is being translated. Whereas run time is the period in which the program is executed.

Combining both concepts above, does that mean compile time and run time happens at the same time in the case of an interpreter?

Jackson
  • 17
  • 4

0 Answers0