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.
read more >>