DEV Community

Arul .A
Arul .A

Posted on

What is Interpreter?

  • It translates also high level language to machine language but it executes line by line . It shows errors one by one as it runs each line.

  • It does not create a exe file.
    Ex: Python, PHP, Ruby

  • It needs source code each time to run.

Top comments (0)