What is a scripting language ?, Script language ?. What is a scripting language ?, Scripting language? ################ Languages that can be programmed and directly run source code. ################ 1. do not compile binary statements. what is a script language ?, Scripting language?
######## Concept ########
Languages that can be programmed and directly run the source code.
########
1. a class of languages that directly execute source code, instead of generating binary executable files.
2. the script language cannot run without the source code. the compiling language is the opposite.
Compiled programs do not need source code. the script language can usually be interpreted and executed.
The compilation language cannot be interpreted and executed.
3. the script language generally has a corresponding script engine for interpretation and execution.
The interpreter can run. Compilation is not required and can be used directly.
4. the script language usually exists in the form of text, similar to a command.
Scripting is a general term for a type of language. The script is not necessarily the source code, and the source code is not necessarily the script.
JavaScript, VBscript, ASP, PHP, PERL, and Nuva.
Why ?, Scripting language? ################ Languages that can be programmed and directly run source code. ################ 1. you do not need to compile and generate binary data...