This article presents an overview of what differentiates scripting languages such as Groovy, JRuby, and Jython from the Java language, discusses some of the challenges involved in scripting on the ...
A high-level programming language that is interpreted (translated on the fly) rather than compiled ahead of time. A scripting language may be a general-purpose programming language or it may be ...
The facility within a program that runs another program. For example, a Web browser is a scripting host that can execute instructions in languages such as Java and JavaScript. See Windows Script Host.