0
Why complier is faster than interpreter?
3 odpowiedzi
+ 7
Hi! have you done some preliminary research and found out what a compiler and interpreter are? what is the essence of their work?
+ 1
roughly because compiler analyze source code once and build machine code wich is later executed, while interpreter analyze source code on the fly each time you run it...