What is a scripting language? , scripting language?_PHP tutorial

WBOY
Release: 2016-07-13 10:09:32
Original
1263 people have browsed it

What is a scripting language? , scripting language?

########Concept########

A language that can be used for programming and directly execute source code.

########Features########

1. A language that does not need to be compiled to generate a binary executable file, but directly executes the source code.

2. Scripting languages ​​cannot run without source code, while compiled languages ​​are just the opposite.
Compiled programs do not require source code. Scripting languages ​​can usually be interpreted and executed, while
compiled languages ​​cannot be interpreted and executed.
3. Script languages ​​generally have corresponding script engines to interpret and execute. Script languages ​​generally require
an interpreter to run. No need to compile, can be used directly.
4. Scripting language usually exists in text form, similar to a command.

Scripting language is a general term for a class of languages. A script is not necessarily source code, and source code is not necessarily a script.

JavaScript, VBscript, ASP, PHP, PERL, Nuva.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/945533.htmlTechArticleWhat is a scripting language? , Scripting language? ########Concept######## A language that can be used for programming and directly execute source code. ########Features######## 1. No need to compile to generate binary...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!