Subj : Re: future? To : comp.programming From : Wavemaker Date : Wed Sep 07 2005 11:58 am "johny_cage" wrote: > Hi, > I want to know, what all you think about programming languages of > future. > Beyond 2005. > Myself I've done few things in c++, object pascal, nasm, and I think > that I should learn more, because even if I would be great in this > languages, there would be many persons on my place, who can do this at > the same or above level. My definitely non-expert opinion is that the nifty features of various programming languages that programmers find useful will become more and more wide-spread. So what you'll have is a cross pollenization between languages. C# 2.0 is a good example of this, which will include closures. Beyond that maybe some design patterns working their way into languages? Again, C#, as well as all of the .NET languages, have delegates and events to implement the Observer pattern. .