What is interpreter




What is interpreter

Interpreter compile the code on the spot. Interpreters are easy for the programer to work with.

Compilers introduce the extra step of compiling and linking the code, which is in convenient .

Compiles produce a program that is very fast each time it is run, however because the time consuming task of translating the sources code into machine language has already been accomplished.