Scripting Language and Programming Language

Scripting languages (JavaScript, Python , bash etc.) are interpreted at run-time. The commands written in scripting languages are read  and executed line by line . A separate program is required to read the code,interpret it and then  follow the instructions in the code. An error is issued when a line cannot be executed for any reason.   ...