Scripting Language

Definition of Scripting Language

Scripting Language

A Scripting Language is a programming language that allows at least some control of a software application. Scripting languages are almost always embedded in a separate and distinct programming language that is hosting the script. A typical use for a scripting language would be to extend the capabilities of the host language. For example, HTML can have a scripting language, such as PHP or JavaScript, embedded in it to extend the capabilities of a web page.