As of now, plenty of programming language available in market. If I want to implement a system, on what criteria I should decide which one to use? Or how to select appropriate language?
There are large number of programming language available. How to select language for your application?
Share
Sweta
The large number of programming languages, the difference in compiler performance, the vast range of types of computing problems, the needs and hardware of the particular user, and the abilities of different programmers.. All these factors combined to make language selection unbelievably complex. Yet, it is necessary to choose Among the alternatives available. Obtaining answers to the following questions may help in this selection:
1) Are company programmers familiar with the language?
2) What is the nature of application?
3) Is a satisfactory compiler available?
4) What is the cost of compiler?
5) How frequently will the application be professed?
6) Will the program be changed frequently?
7) Is the hardware change anticipated during the life of the application?
8) Is the language being periodically improved and updated?
Answers of these questions will help you choose correct language for implementation.
Hope this helps.