Eli5: What is the difference between various programming languages? Dont they all do the same thing?

807 views

Eli5: What is the difference between various programming languages? Dont they all do the same thing?

In: 33

27 Answers

Anonymous 0 Comments

Programming languages are tools. Tools are purpose built to solve a problem. They’re great at solving that specific problem, and not much else.

Such is the nature of programming languages.

There’s no one language that does it all. Gotta pick the right tools for the job. Sometimes that’s Java, or C#, or Python, or C++, etc.

Of course if you abstract enough its possible that one language does “do it all,” but at a ridiculous cost I imagine.

You are viewing 1 out of 27 answers, click here to view all answers.