Language and scripting language

Explain the difference between language and scripting language?

Questions by koppolusairam

Showing Answers 1 - 6 of 6 Answers

"Scripting" language *usually* implies a language thats interpreted as opposed to compiled, with lots of high-level operations for file manipulation, pattern matching, job management, etc. and geared for smaller, housekeeping tasks instead of large, monolithic applications. The distinction is largely artificial, though.

  Was this answer useful?  Yes

...uzma...

  • Oct 4th, 2012
 

The origin of the term was similar to its meaning in "a movie script tells actors what to do": a scripting language controlled the operation of a normally-interactive program, giving it a sequence of work to do all in one batch. For instance, one could put a series of editing commands in a file, and tell an editor to run that "script" as if those commands had been typed interactively.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions