The term "scripting language" is used to describe a high-level programming language with relatively transparent syntax i.e. human readable. Most computer users view programming as something which is difficult. For this reason languages such as PERL, PHP and VBScript (ASP) are referred to and marketed as scripting languages to avoid the dreaded "p" word. In computer programming, a script is a program or sequence of instructions that is interpreted or carried out by another program rather than by the computer processor (like a compiled program is). In general, script languages are easier and faster to code in than the more structured and compiled languages such as C and C++. However, a script takes longer to run than a compiled program since each instruction is being handled by another program first (requiring additional instructions) rather than directly by the basic instruction processor.
Stats
created |
8 months ago |
viewed |
5 times |
active |
22 days ago |
editors |
1 |
Recent Hot Answers
When does a “scripter” become a “programmer”?When would using a scripting language within a larger program be useful?
Why Python and not Lua?
What Impact Do Scripting Languages Have on Junior Programmers?
What Impact Do Scripting Languages Have on Junior Programmers?
more »
Related Tags
programming-languages × 13php × 8
python × 7
javascript × 7
language-design × 7
bash × 5
server-side × 4
perl × 4
lua × 4
web-development × 4
automation × 4
windows × 3
language-choice × 3
learning × 3
java × 3
linux × 3
language-agnostic × 3
history × 2
concurrency × 2
asp.net × 2
game-development × 2
interpreters × 2
html × 2
.net × 2
builds × 2