What makes different programming languages “better” than others? Or more powerful? Why have different languages developed over time? Are they all based on the same thing?

1.20K views

What makes different programming languages “better” than others? Or more powerful? Why have different languages developed over time? Are they all based on the same thing?

In: 187

78 Answers

Anonymous 0 Comments

performance – some languages make it easier to build fast applications

terseness – some languages require less text, which usually makes them easier to read and debug

tool support – some languages have free, high-quality compilers and interpreters

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