So What?

Hmm, so what is the overall take-home message from these two quite different studies? The amount of evidence available is far too small to draw strong, generalizable conclusions, but one can combine the results with one’s personal understanding of the world of software development and come out with at least better-founded prejudices than one had before. When I do this, the result reads somewhat like this:

  • With respect to programming languages, at least for small programs that perform some kind of text handling (or some such general activity), it appears safe to say that scripting languages are more productive than conventional, statically typed languages.

  • With respect to the efficiency of such programs, it is usually much more important to avoid the wrong programmer than to avoid the wrong language. There are many ways (and languages to use) to get it right.

  • If very high performance or very low memory usage are needed, C and C++ are still superior if (but perhaps only if) the programmers are sufficiently capable.

  • There appear to be language-specific cultures that can sometimes lead programmers using different languages to take different approaches to design.

  • Regarding web development platforms in particular, for straightforward web-based systems in the hands of capable teams, it appears that the language is the particular framework used and the level of mastery the team has with that framework are much more important than the language.

  • In particular, when capable professionals ...

Get Making Software now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.