Advertisement Remove all ads
Advertisement Remove all ads
Advertisement Remove all ads
Distinguish Between
What is the theoretical difference between Scripting language and another programming language?
Advertisement Remove all ads
Solution
The theoretical difference between the two is that scripting languages do not require the 228 compilation step and are rather interpreted. For example, normally, a C++ program needs to be compiled before running whereas, a scripting language like JavaScript or Python needs not to be compiled. A scripting language requires an interpreter while a programming language requires a compiler.
Concept: Scripting Language
Is there an error in this question or solution?