Choosing your programming language
From TSG Library of Knowledge
Which programming language to use for a project is one of the most major decision a programmer will make during the entire development process. Every langage has its own strengths and weaknesses, one producing more efficient code (normally C), one being easy to handle (such as BASIC), one universally understood (such as the Javascript scripting language) and so on. Some are compiled, some interpreted, some a strange point in the middle. And of course some the programmer knows, some are related to a language the programmer knows, and some are completely alien. Picking the perfect language can therefore be a very daunting task.
Contents |

