HOW TO SELECT A LANGUAGE FOR CODING AN APPLICATION

One is often faced with the situation of selecting a programming language, out of the many options available for coding an application. The following factors generally influence the selection process:

  • Nature of the application: The language should be suitable for the application area. For example, FORTRAN is suitable for scientific and engineering applications, while COBOL is suitable for business applications.
  • Familiarity with the language: If there are multiple languages, which are found suitable for the application area, the language selected should be one that is best known to the programmers who are going to code the application.
  • Easy of learning the language: If there are multiple languages, which are found suitable for the application area, and if the programmers are not familiar with any of them, the language, which is easier to learn and use, should be selected.
  • Availability of programme development tools: Before selecting a language, one must also find out whether the language is well supported wtih good programme development tools like compiler, interpreter, debugger, linker etc. The time and effort needed for coding the application can be greatly reduced, if the selected language is supported with good programme development tools.
  • Names, how to designe the GUI for the software, how and up to what detail to include comments in programme code, and what diagrams, charts, reports, outputs, etc. Necessary for documentation to be complete successully.
Souce: Computer Fundaments (III Edition)