Scripting Language vs Programming Language [closed]

Scripting languages are programming languages that don’t require an explicit compilation step. For example, in the normal case, you have to compile a C program before you can run it. But in the normal case, you don’t have to compile a JavaScript program before you run it. So JavaScript is sometimes called a “scripting” language. … Read more