According to you guys which is the best programming language and why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

According to you guys which is the best programming language and why?

22nd Nov 2016, 4:44 PM
Yash Trivedi
Yash Trivedi - avatar
3 Answers
+ 1
It is quite impossible to give you one answer here, simply because most languages were not built to compete with each other. They are normally created to solve a set of problems. PHP for example is meant to be a server-side language that allows you to safely controll what goes in and out of the server. I'd say I this language is quite brilliant at accomplishing its tasks. JavaScript is a client-side language that is run on the users device and I think it does its job very well. Java makes the web safe without its use of pointers and is also great as it allows code to be reused on many devices without changing the source code thanks to its JVM. SQL handles databases brilliantly. C++ is great when it comes to creating large programs due to the fact that it is object oriented. Java is also object oriented, but C++ uses pointers which makes it more unsafe in certain situations. My point is, most languages are great, but they are very often meant to solve different problems and in this comment I only mentioned some of many that are used widely due to their reliability.
22nd Nov 2016, 7:21 PM
Emil Osvoll
Emil Osvoll - avatar
+ 1
ahh! i see, thanks for the answer bro! keep coding!
22nd Nov 2016, 7:26 PM
Yash Trivedi
Yash Trivedi - avatar
+ 1
No problem!
22nd Nov 2016, 7:28 PM
Emil Osvoll
Emil Osvoll - avatar