How do I know that I'm using the correct language for my project? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do I know that I'm using the correct language for my project?

I have been reading you guys discussing about different languages and some of you said that "it depends what you are using it for". SO, how can I be sure if I'm using the correct language for my purposes? Is there any site that I can go to look up some more information about the characteristics and limitations of all programming languages?

22nd Mar 2018, 8:58 PM
Vic.
Vic. - avatar
3 Answers
+ 10
each programming language might be known for being better for some sort of projects but the truth is usually there is no best one or it's really hard to determine. If you don't have much time to choose:search similar project on the internet and find out which language is used/suggested the most. if do have time:try learning the basics of many languages. It really helps you have an idea about capabilities of each one then try the previous way to make sure your selection is good enough. PS: You can also explain summary of your project in places like here and ask for experts opinion,too.
22nd Mar 2018, 9:08 PM
Farshad
Farshad - avatar
+ 10
@Ariela excellent point. For complicated projects, libraries can save you from weeks or even months of hard work.
22nd Mar 2018, 9:22 PM
Farshad
Farshad - avatar
+ 4
I think it also matters on what libraries you use. For many projects, you will need a library, so you need to do research on the libraries made in the language and see if they have the features you need.
22nd Mar 2018, 9:20 PM
Ariela
Ariela - avatar