0

What is script means?

3rd Dec 2016, 7:24 PM
Charan Poreddy
Charan Poreddy - avatar
2 ответов
0
many programming languages are script languages. like Bash, PHP, Python ... it means that your code is not compiled into a binary form . it just gets interpreted by the script engine to run . on the other hand, languages like C, C++. the source code and the executable binary are two separate files. source code ----- compiles----> to binary ---> run the binary.
3rd Dec 2016, 7:43 PM
Bahhaⵣ
Bahhaⵣ - avatar
0
A scripting or script language is a programming language that supports scripts, programs written for a special run-time environment that automate the execution of tasks that could alternatively be executed one-by-one by a human operator. Scriptinglanguages are often interpreted (rather than compiled)
3rd Dec 2016, 10:11 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar