scripting language
A scripting language is a type of programming language that is interpreted rather than compiled. This means that the code is executed line by line at runtime, without the need for a separate compilation step. Scripting languages are often used to automate tasks, manipulate data, and create dynamic web applications
Comments
Post a Comment