Is there any understandable difference between compiler and interpreter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there any understandable difference between compiler and interpreter?

5th Jun 2017, 5:11 AM
harsharan
2 Answers
+ 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
5th Jun 2017, 5:32 AM
aklex
aklex - avatar
0
ummmbut when I checked it out..b frankly I can't get that..that just said interpreter has opposite function as compiler...
5th Jun 2017, 5:26 AM
harsharan