+ 4
What does scripting language mean and what is the difference between it and other programming languages?
2 Antworten
+ 4
The theoretical difference between the two is that scripting languages do not require the compilation step and are rather interpreted. For example, normally, a C program needs to be compiled before running whereas normally, a scripting language like JavaScript or PHP need not be compiled.
//i think it may help you😉😉