+ 5
What is scripting
2 Answers
+ 8
In computer programming, scripting is a sequence of instructions that is usually interpreted using other programs instead of compiler. For example JavaScript is a scripting language. Because it isn't compiled directly. It is interpreted by browser (another program).
+ 5
Programming that does not involve a compilation stage. Not markup either as that is not programming.