So there are a few major differences between scripting language and programming languages.
Compilation
When languages function as a programming language, they are compiled first, but when they function as a scripting language they aren't compiled.
Speed of execution
Compiled languages are faster when compared to the uncompiled ones.
A programming language is mainly used to write code which takes in inputs, processes and gives outputs or does tasks.
A scripting language is mainly used to write scripts which are run when certain event takes place and does some action. Something like automation, jobs etc.,
What is the difference between a scripting language and a programming language?
So there are a few major differences between scripting language and programming languages.
Compilation
When languages function as a programming language, they are compiled first, but when they function as a scripting language they aren't compiled.
Speed of execution
Compiled languages are faster when compared to the uncompiled ones.
A programming language is mainly used to write code which takes in inputs, processes and gives outputs or does tasks.
A scripting language is mainly used to write scripts which are run when certain event takes place and does some action. Something like automation, jobs etc.,
Hope this helps 😊
Well said
Thank you
Yes, thanks