+ 2
Why there are so many languages in coding as logic behind these are almost same.
We have too many languages like c, c++, java etc why too many languages l. What is the concept behind this. Please explain to me.
2 Answers
+ 6
Each language has its own purpose or a field where it excells.
As far as creating a single language which can do all the work.. I thin this thread might help you.
https://www.sololearn.com/discuss/263138/?ref=app
+ 2
Most languages where created for certain purposes or for doing something better that an other language. For example C operates near hardware level so it is very fast. C++ was made to extend C by oop and other features. Python is designed to be easily learned by coding beginners and to use less lines of code. The list could go on further, but I think you understood the concept.