+ 3
What is a scripting language ?
For example ; JavaScript is a scripting language.
4 Réponses
+ 3
Scripting languages are interpreted languages. That means they can skip compilation stage. For example, you don't need to pre-compile JavaScript before running it. It uses an interpreter usually installed in the browser to interpret your code just-in-time. Other scripting languages include Python, Ruby and PHP.
+ 3
Languages that skip compling process like python
+ 2
Thanks
+ 2
Dawit Hadush no problem 😄