vote up 3 vote down star
3

What programming language will be most influential in five years from now?

flag
It's highly subjective I think and might become argumentative. – Mehrdad Afshari Jan 10 '09 at 16:41
And it should most certainly be community wiki. – Filip Ekberg Jan 10 '09 at 16:43
But it is very important when you want to start learning new programming language to make a correct guess. So I hope answers will be constructive and interesting. – softly.lt Jan 10 '09 at 16:44
So be it... Made it community wiki. – softly.lt Jan 10 '09 at 16:44
The topic may be subjective, but argumentative? – Giovanni Galbo Jan 10 '09 at 16:51
show 4 more comments

19 Answers

vote up 9 vote down check

While I'm not sure what language will be hottest in 5 years, I can tell you what concept will be. Concurrency. Every modern computer has at least 2 cores, distributed computing is starting to become commercialized, cloud computing may become a source for offloading long running tasks (we've already got cloud storage, cloud application hosting, its only a matter of time).

Lots of languages are all ready struggling with, and dealing with, this issue. Several implementations exist at this point and it has yet to be seen which implementation(s) will become dominant.

Here's a great video featuring Anders Hejlsberg (C#) and Guy Steele (Java, and as the video states, Fortress) where they discuss the issues of concurrency and how they relate.

link|flag
Five years from now, the most popular functional programming language will be F#. Hence, it will be the most influential if Soviut is right (and I think he is). – unknown (google) Jul 9 at 17:20
Lisp has a lot of support and is the basis for many languages, Erlang has a groundswell that's starting, and of course, as the video mentions, Fortress from the Sun/Java camp. – Soviut Jul 9 at 18:08
vote up 9 vote down

Judging from the growing expectations people have in Web applications, I would say Javascript.

link|flag
That's not programming, we could hope that it were to become a programming language though. – Filip Ekberg Jan 10 '09 at 16:45
2  
jQuery's not programming? Somebody'd better tell John Resig what a loser he is. I disagree - JavaScript is the new Lisp. It's got closures, dynamic typing. If you think of it only as a web language, you're missing something. – duffymo Jan 10 '09 at 16:47
Maybe I should read up on it then :) – Filip Ekberg Jan 10 '09 at 17:09
Maybe you should start here: ejohn.org/blog/ocr-and-neural-nets-in-javascript/… (neural nets in javascript) – Andrej Jan 25 at 9:46
1  
+1: More people should start discovering JavaScript beyond image rollovers and form validations... – Andreas Grech Feb 20 at 0:02
show 1 more comment
vote up 8 vote down

In 5 years, the most influential language will still be C. Java, C++, and C# all are heavily influenced by C and will still be the major languages. If you want to know what language will be the most used, my crystal ball is less clear on that one.

link|flag
vote up 5 vote down

I would say Python and D. Python is a conservative guess, because it's already on an upward trend and very well respected among people who don't need blazing fast performance or the ability to do low-level stuff. IMHO D is to C++ in many ways as Python is to Perl. The world needs an updated systems/performance programming language with modern features and the benefit of more collective experience, just as the world needed a scripting language with these characteristics. Both Perl and C++ are amazingly powerful, but amazingly crufty, bloated, outdated and difficult to use languages. Both Python and D are attempts to extract the best features from Perl and C++ respectively, while adding some modern features and the benefit of a few decades of collective experience. Both were started as hobby projects with grassroots following. Both are practical, multi-paradigm languages that avoid developing too much of a religion around them. The only difference is that D's ascendancy might be slower because systems languages tend to be used for longer-lived stuff in more conservative environments relative to scripting languages.

link|flag
I can't help but feel that D is only popular because of its name. – EnderMB Jan 10 '09 at 17:37
At first Walter Bright called it the Mars language. The D name stunk because people kept calling it like that: it is still one of the best re-engennering of C++. IMHO it is also popular because of the active participation of well-known people like Andrei Alexandrescu. Source: techworld.com.au/article/253741/… – Winz Sep 17 at 21:18
vote up 3 vote down

C# for quantum computers.

Really,who knows? It'd be easy to predict that functional languages will make a strong comback, because multiple cores, parallelization, and virtualization will likely become more widespread.

But if I had that kind of clairvoyance, I'd be applying it to financial problems.

link|flag
Why bother with that? Create an application that solves a problem five years down the line, sell your business for gold and live on your own private island with some close friends whilst the rest of the world suffers from the recession. – EnderMB Jan 10 '09 at 17:40
vote up 2 vote down

For sure in five years multicore processors will be a standard on most computers.

Microsoft is now investing a lot on parallel computing, cloud computing and also they are getting serious about F#, which I think it's a great language, that allows you to mix functional programming and object oriented programming concepts.

The future of C# looks also very promising.

link|flag
pretty much microsoft only... – jle Feb 21 at 14:55
vote up 2 vote down

Same as the last five years:

  • Assembler: because it's not turtles all the way down
  • C: because assembler isn't portable
  • Java/C#: it's the new COBOL
  • Python/Ruby: it's the new Perl
  • JavaScript: it's what the web runs on
  • LISP: those who don't know it are prone to reinvent it, badly
  • C++: "I shall never die! The thought of me is forever, in the bleeding hearts of men, in their vanity and obsessions and lust! Nothing shall ever destroy me! Nothing!"

I don't think functional languages will gain major popularity - shame that this may be - but who knows, I'd be glad to be wrong on this one. And btw, I also wouldn't have anything against some further adoption of Lua - that would be the scripting language of my choice...

link|flag
vote up 1 vote down

I think the better question would be what programming paradigm will be most influential five years from now.

Languages like Erlang are getting talked about more these days, and with LINQ and F# getting more popular every day, it seems like functional programming will be very hot in 5 years.

With the popularity of c-like syntax, it seems that people don't want to let that style go; so I see c# or something c-like with heavy use of functional constructs (like LINQ) in the not-to-distant future.

link|flag
vote up 1 vote down

I think that we'll see Python and Ruby become more and more popular. And I think that there will be another language that will take its place as the "hot new" language. Considering that Python's been around since 1991 and Ruby since the mid 1990s, I think it's likely already been released. What it will be is anybody's guess. Clojure? Arc? Boo? Groovy?

I also don't see Java, C#, or C++ going anywhere anytime soon. But they will drastically lose relevance unless they keep up with other languages (which C# seems to be doing a good job of).

link|flag
vote up 1 vote down

Maybe a language that makes it possible to define non-nullable reference types. That would make life much easier.

link|flag
Like C++? (15 characters FTW) – Alex Jul 2 at 9:29
vote up 1 vote down

I think it's hard to define "Most influential".

I think we'll continue to see a diversification in the programming languages that are medium-widely used, while the ones currently very widely used in their respective sectors will continue to dominate.

So I think that the following will stay approximately where they are:

  • Java
  • C#
  • C++
  • C

And the following will gain more popularity but still not be particularly widely used

  • Python
  • Ruby
  • Whatever the next python or ruby will be
  • Functional programming (maybe) ? Haskell, Erlang etc?

At the expense of the largely deprecated?

  • VB
  • Pascal
  • Cobol
  • Objective-C ? Maybe?
  • Delphi?
link|flag
vote up 1 vote down

SQL.

Okay, that's probably not what you were really asking.

link|flag
vote up 0 vote down

A Sequal to C# I'd say. Judging by the rapid development of .NET, C# will take a big share of the market and soon Microsoft will see that they need to release a cross-platform JIT, which will conqure the world.

link|flag
vote up 0 vote down

Not sure about 5 years, but in 2 years I'm predicting Oslo. Oslo 2, perhaps?

link|flag
Why you think so? – softly.lt Jan 10 '09 at 16:45
People have been trying to solve the problems surrounding domain specific languages for some time now. With the backing clout of Microsoft, I think DSL will finally be able to break into the wide market. Check out Martin Fowler's views on the topic: martinfowler.com/bliki/Oslo.html – David Thomas Garcia Jan 10 '09 at 16:55
I used to live in "Oslo 2" :-) – Marius Jan 10 '09 at 19:42
vote up 0 vote down

These days I am having strange visions (wet dreams?) related to the subject of Oslo, the modelling language M and how to drive numerous things from models. I am not sure if it will and can take off, but if it does this could be a very exciting area that changes a number of things...

link|flag
vote up 0 vote down

C++0x maybe, or a language that provides great scalability on concurrent programming.

link|flag
Why you think so? – softly.lt Jan 10 '09 at 16:48
vote up 0 vote down

http://www.wowwiki.com/Lua is what the kids are learning:)

link|flag
vote up 0 vote down

Depends on the platform.

For backend business: Java

For web sites: Java or .NET

For mobile platforms: Objective-C or Java

For Desktop apps: C# or Flex

For startups: some new web language you haven't heard of and are probably not hip enough to "get" yet.

link|flag
you are so dumb. – theman_on_vista Feb 4 at 18:56
1  
I probably am but you don't need to be rude. What's your opinion? – Fortyrunner Feb 5 at 14:23
1  
I've been in this business for 25 years. Things don't move as fast as you think. They used to move quickly but corporations move VERY slowly indeed. – Fortyrunner Feb 5 at 14:26
Whoa that's not a world I want to live in :( – thenduks Feb 19 at 23:14
Java for web sites? Do you mean server-side or client side? – Jon Winstanley Mar 30 at 15:18
vote up 0 vote down

While I'm not sure what language will be hottest in 5 years, I can tell you what concept will be. Concurrency.

Ehh?

I guess there will be a lot of talking and not much coding.

If "we" (pick your favorite random company) want to remain backwards compatible with our $BIGNUM man-years of code base, we'll continue writing in $LANG, for some value of $LANG that uses threads and locks [maybe their behaviors are even defined... -.-].

Listen to a talk by Simon Peyton-Jones about Software Transactional Memory. I want. Not coming to $LANG by tomorrow. Without it, you'll have threading bugs or poor use of extra cores (beyond the first). Except if you have data parallelism. But... meh.

I just want my operating system to magically make my programs run faster ;-)

(Sorry to be a negative Nancy. Not directed at the quoted person, that merely prompted me)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.