0
Is there any understandable difference between compiler and interpreter?
2 ответов
+ 4
Compiler - usually compiles to native machine code or byte code for an interpreter
Interpreter - takes the byte code and then executes it line by line natively with machine code
Languages that use interpreters are slower because they have 2 layers to go through unlike straight up native code
0
ummmbut when I checked it out..b frankly I can't get that..that just said interpreter has opposite function as compiler...