CSC/ECE 517 Fall 2011/ch1 1g rn
Object-Oriented Languages and Scripting
Object Oriented Scripting Languages
Scripting Languages
Scripting languages are usually used for automation of manual work, gluing together pre-existing components or extending implemented functionality. Scripting languages grew out of the need to shorten the traditional edit-compile-link-run process. As such, most of the scripting languages today are interpreted. However, this is not a defining feature, there are scripting languages that are compiled
A major advantage of scripting languages is a easy learning curve.