Page 17 - COMPUTER PROGRAMMING_Neat
P. 17
4.2 Difference between Programming and
Scripting
Design
Programming languages are designed to facilitate a
full-fledged code and software development
whereas scripting languages are specifically
designed to make coding faster and much simpler.
Development
Coding with programming languages is relatively
difficult as many lines of code are required for a
single function. Creating a code function with a
scripting language is easier as it requires only a
few short and specific lines to be written. Thus,
writing a full-fledged code with programming
languages usually take a longer time to develop as
more lines need to be written while coding with a
scripting language requires less time as smaller
chunks need to be written.
Programming Language concept 14