DEV Community

Ashwin vijay
Ashwin vijay

Posted on

What is scripting language?

A scripting language is an interpreted programming language meaning its code is executed line by line by ab interpreter(like Python,JavaScript,Bash),rather than being compiled into machine code first (like C or Java).

Main Purpose

  • To automate repetitive tasks

  • To Control or connect other software

  • To add interactivity to web pages or application
    It is interpreted by browser or Node.js

Top comments (0)