A thesis about language niches

August 17, 2007

Here's a thesis: in the current environment, there are three significant ecological niches for general purpose languages. They can be expressed as combinations of features:

  1. low level, with strong control over what happens when you do things; such a language is above all predictable by default: C, C++
  2. loose control (with features such as garbage collection), but statically and strongly typed for compile-time assurance: Java, C#
  3. loose control and dynamically typed: Python, Ruby

(There is no 'strong control plus dynamic typing' niche partly because the two concepts more or less clash.)

To stereotype, the first niche is for low-level components, the second niche is for large systems, and the third niche is for rapid, flexible development of smaller systems.

I believe that there is only room for one or two really successful language in each niche, and also that only the loose plus dynamic niche is still open and being fought over; by now C is effectively an appendage of C++, and only Microsoft's power is getting C# traction against Java.

(This may be an unnecessarily non-Microsoft viewpoint, but that is the world I live in.)

One of the implications is that I am dubious about the chances of Haskell and other Functional Programming languages becoming the next big thing. All of them are attacking the loose plus static niche, where Java strikes me as very solidly established by now, which means they would have to offer really compelling benefits (especially because they lack many of the pragmatic benefits that Java has).

(In light of this, Google's decision to restrict production software to C++, Java, Python, and JavaScript looks less crazy, since they have effectively picked one language for each niche.)

Written on 17 August 2007.
« How not to set up your DNS (part 17)
Weekly spam summary on August 18th, 2007 »

Page tools: View Source.
Search:
Login: Password:

Last modified: Fri Aug 17 23:09:47 2007
This dinky wiki is brought to you by the Insane Hackers Guild, Python sub-branch.