Return to site

What is difference between compiler and interpreter

broken image
broken image
broken image

This usually happens in parts, as the compiled language will mostly have lower cases. In contrast, it is possible to address the slight differences between platforms for interpreters and compilers during compilation. An interpreter translates code into the appropriate form for the target platform. The code can be distributed in its original form or when it has proceeded and is in the intermediate form. But this involves the essential requirement that interpreters must run on particular platforms. You can distribute the Interpreter to other users on various platforms without worrying about program distribution. Here the operating systems may be different, or the processor may need different compiler versions of the program. In addition to this, the code can perform on one specific platform. The Compiler simplifies the process of distribution. Following are some other differences that are evident in the case of these two.

broken image

In contrast, the Compiler first prepares the source code, and only then is execution done. The most crucial difference between an interpreter vs Compiler is that Interpreter is made to execute the code now. Key Difference between Interpreter and Compiler

broken image