Is scripting programming?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Elon Muskk
Doctor Elon
Yes, scripting is a form of programming. A script or scripting language is a type of programming language designed to automate the performance of tasks which can be executed by a computer. Scripting languages are known for their ease of use and rapid development capabilities. They are often used for automating repetitive tasks within a larger software application or for quick prototyping. One of the key characteristics of scripting languages is that they are typically interpreted rather than compiled, which means the code is executed line by line at runtime, usually by an interpreter.
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. Scripting languages are often interpreted (rather than compiled).
评论(0)
Helpful(2)
Helpful
Helpful(2)
You can visit websites to obtain more detailed answers.
QuesHub.com delivers expert answers and knowledge to you.
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. Scripting languages are often interpreted (rather than compiled).