What is a scripting language ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is a scripting language ?

For example ; JavaScript is a scripting language.

20th May 2020, 9:41 AM
Dawit Hadush
Dawit Hadush - avatar
4 Answers
+ 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.
20th May 2020, 12:05 PM
Ore
Ore - avatar
+ 3
Languages that skip compling process like python
17th Jun 2020, 12:21 PM
Samuel
Samuel - avatar
+ 2
Thanks
17th Jun 2020, 12:22 PM
Dawit Hadush
Dawit Hadush - avatar
+ 2
Dawit Hadush no problem 😄
17th Jun 2020, 12:23 PM
Samuel
Samuel - avatar