Lennart Augustsson wrote:
>
> Take a look at what a hard core game programmer thinks about the
> evolution of programming languages. Unreal is a very sucessful
> game so maybe people listen to him...
>
> http://www.gamespy.com/articles/devweek_b.shtm
>
> You need to read until about page 5 to get to the part I enjoyed most.
So which section was that, the one on parametric polymorphism and
higher-order functions, or the one on frameworks?
For my money, I'd say that he probably has an easier sell with the
frameworks concept than with [properly implemented] polymorphism. After
all, the word "patterns" is a big buzzword in industry right now, which
is very close to his notion of frameworks.
A person would *love* to use templates in C++, if only it wasn't so
broken,
- Michael Hobbs