Why compiled programming languages are usually difficult ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why compiled programming languages are usually difficult ?

I've noticed several times that, the programming language that are compiled are relatively more complicated to code/understand than interpreted languages. Just opposite of that, compiled language are quite easy to debug while interpreted languages are too much difficult to debug.. specially indentation in python and types similarity in JavaScript and it's weird features. && Why interpreters were made? Instead of processing each instructions one by one, the translator should process the whole code into a binary like form... Why even interpreters exist ? Shouldn't all interpreters transform into a compiler? Mainly Python

14th Dec 2019, 11:08 AM
Sarthak
Sarthak - avatar
2 Answers
+ 3
Atleast intepreted programming languages would have been created to fill some weaknesses of compiled languages. Python has more automated memory management unlike in C.
17th Dec 2019, 1:53 PM
Seb TheS
Seb TheS - avatar
+ 2
Python has a compiled extension PyPy.
14th Dec 2019, 11:31 AM
Seb TheS
Seb TheS - avatar