[Not actually a question] What is the best programming language for...? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

[Not actually a question] What is the best programming language for...?

I'd say that you should first sketch your ideas in a piece of paper: what will the main purpose be, how the different screens will look like, how these screens interact with each other... And then think of the algorithms to be used, as well as how to reuse (encapsulate) common functionalities. Then you can get your hands dirty with (almost) any programming language. What do you think?

15th Feb 2017, 5:53 PM
Álvaro
1 ответ
+ 2
For me, the type, purpose, and method of the application will many times determine which language is best to use. There's no such thing as a "perfect" language; some languages accomplish certain tasks better than others. Instead of asking which language should be used, first ask the following: 1. What is the program supposed to do? 2. Who will be using it? 3. On which systems does it need to be able to function?
15th Feb 2017, 6:04 PM
Ben Harris
Ben Harris - avatar