Definition of Scripting

Babylon English
scripting
n. process of writing a text for a play (or film, television program, etc.); process of creating a batch file, process of programming a script (Computers)

Search Dictionary:
Search Web Search Dictionary



Scripting definition was found in categories: Language, Idioms & Slang(2)  Computer & Internet(2)  Encyclopedia(1)  

Scripting Definition from Language, Idioms & Slang Dictionaries & Glossaries

WordNet 2.0
script

Noun
1. a written version of a play or other dramatic composition; used in preparing for a performance
(synonym) book, playscript
(hypernym) dramatic composition, dramatic work
(hyponym) promptbook, prompt copy
2. something written by hand; "she recognized his handwriting"; "his hand was illegible"
(synonym) handwriting, hand
(hypernym) writing
(hyponym) shorthand, stenography
(classification) handwriting
3. a particular orthography or writing system
(hypernym) orthography, writing system
(hyponym) Aramaic, Aramaic script

Verb
1. write a script for; "The playwright scripted the movie"
(hypernym) write, compose, pen, indite
(derivation) book, playscript
(classification) writing, authorship, composition, penning

hEnglish - advanced version


Scripting Definition from Computer & Internet Dictionaries & Glossaries

GemStone III Glossary
scripting
1. v. The process of creating a script.
2. v. The process of using a script.
3. v. The frowned upon practice of using a script to "do all the work for you." Using a script that gains your character experience, wealth, or fame while not being responsive to the game environment (as a real person) is against policy.
Also see: script

Jensen's Technology Glossary
Scripting
(See AuthoringHTML, and RDF)


Scripting Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Scripting language
Scripting redirects here. For other uses, see script.
Scripting languages (commonly called script languages) are computer programming languages that are typically interpreted and can be typed directly from a keyboard. Thus, scripts are often distinguished from programs, because programs are converted permanently into binary executable files (i.e. machine code) before they are run (There are some interpreters which convert the script into some suitable binary form, for efficiency reasons, but this is transparent to the user). Scripts remain in their original form and are interpreted command-by-command each time they are run. Scripts were created to shorten the traditional edit-compile-link-run process. The name 'script' is derived from the written script of the performing arts, in which dialogue is set down to be interpreted by actors and actresses--the programs. Early script languages were often called batch languages or job control languages. Scripting languages can also be compiled, but because interpreters are simpler to write than compilers, they are interpreted more often than they are compiled.

See more at Wikipedia.org...