Parameters which differentiates various programming languages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Parameters which differentiates various programming languages

What are the parameters which makes a programming language different from other languages... in other words how can we say a language is better than others ....

25th Jul 2018, 11:03 AM
Satyendra Singh
Satyendra Singh - avatar
5 Answers
+ 12
Ever heard of the LEC (Language Evaluation Criteria) ? I had to write a paper on this topic few months back, demonstrate how a language can really be "better" than another without holding an opinion. Interesting stuff. https://www.radford.edu/~nokie/classes/380/intro/intro3.html
25th Jul 2018, 11:07 AM
Hatsy Rei
Hatsy Rei - avatar
+ 4
not better, but different. -Tomcat can deal with Java and Kotlin - Prolog is a describing and not imperative language -Scratch is good for young ones -Python has a huge amount of legacy modules -Ruby has its strong in Ruby on rails... My very own parameters are: little typing libraries communitie
26th Jul 2018, 7:19 AM
Oma Falk
Oma Falk - avatar
+ 2
I really think that depends on what u want to build, depending on that, u can say that one is better than the other. for example, mobile application, then go with Java, if say c#, c# is usually preferred to build windows apps. game dev is usually done with unity and back with c# again. web, certainly people's taste, u can do as much stuff as u want with basically all the OOP langs. But differs in their frameworks, such as JavaScript having different frameworks for the front, back, ect. php having laravel, yii, etc frameworks. Hope this was useful :-) btw, the parameters u r asking can be it's speed when working, extendability (ie can u easily make a bigger and better project with ur language of choice), reusability ( ie can u re use the code u wrote elsewhere), and easiness to learn the language itself I presume.
25th Jul 2018, 3:44 PM
Ikboljon Sobirov
Ikboljon Sobirov - avatar
0
great Hatsy Rei
25th Jul 2018, 11:08 AM
Pulkit Kamboj
Pulkit Kamboj - avatar
0
We can consider this question in two angles.If we say it in running speed,C++is the best.But if we consider about the development speed,(I think,)python is faster.
25th Jul 2018, 11:49 AM
You
You - avatar