What is the differences between programming languages and scripting languages. And which are them ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the differences between programming languages and scripting languages. And which are them ?

26th May 2021, 4:40 AM
Md. Shahriar Kamal Nafiz
Md. Shahriar Kamal Nafiz - avatar
8 Answers
+ 8
Basically, all scripting languages are programming languages. The theoretical difference between the two is that scripting languages do not require the compilation step and are rather interpreted. For example, normally, a C program needs to be compiled before running whereas normally, a scripting language like JavaScript or PHP need not be compiled. ( source: https://www.geeksforgeeks.org/whats-the-difference-between-scripting-and-programming-languages/ )
26th May 2021, 4:47 AM
NEZ
NEZ - avatar
+ 3
Vachila64☕ No, they are not. NEZ (or rather I should say, GeeksForGeeks) is saying that the difference between scripting and programming languages is that "programming languages are compiled", which is certainly false as not all porgramming languages are compiled. In fact, as said by Martin Taylor (EDIT: and the GFG page), scripting languages are a subset of programming languages. A better difference according to me would be that scripting languages are used for....... scripting. They are preferred for making small scripts that automate stuff etc. rather than making big applications.
26th May 2021, 1:10 PM
XXX
XXX - avatar
+ 2
Vote NEZ for best answer!!
26th May 2021, 5:47 AM
Vachila64☕
Vachila64☕ - avatar
+ 2
Martin Taylor XXX Ah, I see the difference now! So yeah, the question in itself is quite wrong now i look at it that way, lol, but I didn't know this either! Awesome info you guys! ^_^
26th May 2021, 7:44 PM
Vachila64☕
Vachila64☕ - avatar
+ 2
Martin Taylor Lol, you seem to really know your cars! You cant be aerious😂 I don't see any lizard people or secret society here, lol https://code.sololearn.com/W28Eaq4afSQa/?ref=app
26th May 2021, 8:43 PM
Vachila64☕
Vachila64☕ - avatar
+ 1
Martin Taylor //See the link, click the link, read the content, write a comment
26th May 2021, 9:27 AM
NEZ
NEZ - avatar
0
Martin Taylor NEZ But you guys are saying the same thing...
26th May 2021, 12:13 PM
Vachila64☕
Vachila64☕ - avatar