What is the difference between programming languages and scripting languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

What is the difference between programming languages and scripting languages?

What is the difference between programming languages and scripting languages?

22nd Apr 2020, 7:44 AM
Ayush Dwivedi
Ayush Dwivedi - avatar
5 Answers
+ 6
ⒺⓃⒺⓂⓎ Bro, not all programming language needs a compiler; python is an example...
22nd Apr 2020, 8:03 AM
Ayush Dwivedi
Ayush Dwivedi - avatar
+ 6
Hi, 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.
22nd Apr 2020, 9:23 AM
AjayGohil
+ 5
Python is widely used without a compiler, but the main implementation of CPython needs a compiler. Same goes for JavaScript as well. So the deployment is also the major consideration because we can design both compiler or interpreter for one language according to our need.
22nd Apr 2020, 8:06 AM
⁣𓆩 Anкΐτ soℓคnкΐ ♣️
⁣𓆩 Anкΐτ soℓคnкΐ ♣️ - avatar
+ 4
Programming languages need a compiler for convert their code into native machine code, Scripting languages don’t require to be compiled rather they are interpreted. Means scripting languages used an interpreter to convert their code into native machine code
22nd Apr 2020, 7:52 AM
⁣𓆩 Anкΐτ soℓคnкΐ ♣️
⁣𓆩 Anкΐτ soℓคnкΐ ♣️ - avatar
+ 2
Now markup languages on the other hand...
23rd Apr 2020, 7:15 AM
Michael David
Michael David - avatar