Compilation vs interpretation
Compilation vs interpretation
Interpretation
Interesting topic
. C
. C++
. Java
. Swift
What is Interpretation
. Python
. JavaScript
. Ruby
. Perl
. PHP
Compilation vs interpretation
. A compiler takes in the entire
program and requires a lot of
time to analyze the source
code.The interpreter takes a
single line of code and very little
time to analyze it
. interpreted programs are
usually less efficient than
compiled programs
. The compiled programs run
faster than interpreted
programs
Conclusion
In conclusion, the main
difference between compiled
and interpreted programming
languages is in how they are
processed. Compiled
languages are translated into
machine code before they are
executed, while interpreted
languages are translated into
machine code at runtime by
an interpreter.
Thank you for listening 🙏