vote up 15 vote down star
5

What programming language is now(a days) the most influential?

flag
Why close this its a Wiki....? – cgreeno Jan 10 '09 at 17:23
Why does this need to be discussed again and again? – EnderMB Jan 10 '09 at 17:25
Again as in.... what question? a link please? – chakrit Jan 10 '09 at 18:21
The subjectivity seems to be doing no harm, and the 'most influential in five years' is being left open. Somebody might learn something about programming languages. If this is a duplicate, please point to the duplicate thread and I'll vote to close. – Norman Ramsey Jan 10 '09 at 19:14
1  
While this isn't a pure technical question with an obvious "right" answer, it is clearly a programming-related question. Ones like this inject a bit of energy and fun to StackoverFlow. – Mark Brittingham Jan 11 '09 at 14:14
show 1 more comment

13 Answers

vote up 47 vote down check

C# (Don't downvote me because you dislike MS without at least understanding my logic).

C# is an advanced and rapidly evolving language used by hundreds of thousands of developers. It has seen the addition of constructs like delegates, anonymous and extension methods, lambda functions, etc. all in just the last few years. Of course, anonymous and lambda functions have been available via Lisp for half a century but MS should be given credit for pushing them into the C-descendant languages and out into the mainstream. Similarly, Linq is a compelling new player on the scene. While it is not specific to C#, it is clear from this interview with Anders Hejlsberg (the primary architect of C#) that Linq is clearly an extension of the C# model.

The real test: how much activity and anticipation do you see around C# 4.0 compared, say, with the "latest" from Kernighan and Ritchie?

Also, if you ask the question, "Who is the most influential programming language theoretician in the world today?" the answer would be Hejlsberg. That speaks volumes.


So, let's look at some of the others suggested here.

C: Nowhere near the most influential in 2009. While it clearly exerted enormous influence over the subsequent course of programming language evolution, people don't really look to it for such advances any more (as per my statement above re: new versions).

C++: No - and for similar reasons. While C++ set in motion the widespread adoption of OOP and set the background against which Java and C# were developed, other languages have pushed forward the OOP banner. Many other languages were similarly influenced but it is hard to pick apart whether C++ was the influence or OOP in general (e.g. CLOS for LISP).

Java: I might argue for Java because of the speed with which it spread in the 1990s and the variety of new constructs it introduced (or made popular), my sense is that Sun just isn't in a position, today, to really push the language forward in the same way that MS is doing with C#.

PHP: While enormously popular, it simply isn't in a position to influence the future of programming language theory. It is more like a grand amalgamation of macros written in C than a first-class competitor among advanced programming languages.

Ruby: My second choice and a real competitor would be Ruby and, specifically the Ruby on Rails framework. There is a whole lot of interesting work going on in Ruby that I know many people are watching. Still, I think that if you are talking influence it has to yield to C# due to the size of the developer base. UPDATE: although the language itself may yeild to C#, I think it is noteworthy that the Rails framework and its implementation of MVC in particular, are proving hugely influential. Indeed, MS is scrambling to catch up with a similar MVC framework in ASP.NET. Thus, I might vote Ruby the most influential ecosystem at this point even if I wouldn't agree regarding the language.

F#: Still far too obscure and academic to be said to have real influence today.

Python: Python is a powerful and unusual programming language. It features some interesting twists I haven't seen elsewhere such as the way symbol tables are used and the use of docstrings. It also has support for advanced capabilities such as lambda functions and for nice constructs like default and optional arguments. I wouldn't vote it up here, though, as the innovations introduced in Python aren't proving particularly influential outside of Python circles. Also, it is often perceived (unfairly, I'd say) as a glorified scripting language applicable to a limited set of circumstances.

link|flag
Do you mean F or F#? – tuinstoel Jan 10 '09 at 19:42
Oops, F# is what I thought I typed...fixed now – Mark Brittingham Jan 10 '09 at 20:39
I agree. The evolution of C# is really a fun ride right now. – Dmitri Nesteruk Jan 10 '09 at 20:41
Add that to python and you have a complete set. remember google is pushing python very hard nowadays. – Mohamed Feb 7 at 0:09
I'd like to see your counter-argument to Python. (I actually agree with your conclusion, but am moreover curious.) – Noldorin Sep 16 at 21:21
show 2 more comments
vote up 1 vote down

Python, simply because I am amazed no one else has chosen it. Python is the language I will be learning this year because:

  1. It is a strongly typed, dynamic, case sensitive and object-oriented language.
  2. Has cross platform compatibility (Python scripts will run natively on Mac OSX)
  3. Has a clear concise syntax allowing beginners to easily start coding in it. (I'm aware that this is an opinion rather than a fact, but I think we can agree that it is easier to learn to code in Python than in C++ or Haskell?)
  4. Allows you to use a lightweight development environment (compared to Visual Studio or even Eclipse)
  5. Allows you to create scripts, cross-platfrom GUIs, and web-based applications.
  6. It is widely used by Google, Amazon and Yahoo!
  7. Has an active community around it, who are actively developing interesting open source applications and libraries (Twisted, Django, Zope and SpamBayes for instance).

If you are interested in learning Python, download it here, and get coding!

link|flag
vote up 1 vote down

I'd go with the flow and say C/C++ as they've created just about every other language out there. In modern times the world is more influenced by Java and .NET, using managed code. Or scripting languages ala Ruby, Python, etc. but none of these have the legacy of C/C++.

link|flag
vote up 2 vote down

If by most influential you mean where new languages are copying features from, it's easily Ruby. It used to be Perl before.

Most new languages seem to have closures, yield, and builtin [], {} literals, and semi-decent metaprogramming, some DSLability, and older languages like Python, Java, and C# try to add as many of these Ruby-style features as possible without breaking backwards compatibility.

link|flag
I wonder where Ruby took these features from. hmmm, maybe Lisp? – Comptrol Feb 2 at 19:10
Few of these ideas come from Lisp, most from Smalltalk and from things in Perl that worked. Many ideas are Ruby-only or from more obscure sources. – taw Feb 3 at 22:24
vote up 6 vote down

Taking the literal meaning of "influential" as in, "has influenced", I'd say it's the classic crop; Smalltalk, Lisp, etc. C# has, to date, had little influence on any other language.

"Influential" doesn't mean "popular".

link|flag
vote up 3 vote down

Javascript. It is THE most used programming language on earth.

link|flag
2  
Widely used != most influential. JavaScript is certainly used widely, but that doesn't mean its influencing other languages to a great degree. (I'm not saying that JavaScript is or is not influential, just that this logic doesn't make any sense.) – mipadi Jan 10 '09 at 21:44
Widely used? I heard theres still more COBOL code in actual use than all other languages combined. Though as far as NEW dev I dont know. – Neil N Oct 16 at 20:53
vote up 2 vote down

I would say in their way that many programming languages have been extremely influencial in the programming community but in many different ways. It really rather depends if you're looking for languages that have influenced other languages or if you're looking for languages that have influenced the general programming community.

I could pick a single language as an example - VB was hugely influencial in it's own right because it allowed beginners to rapidly become productive in a development environment they might otherwise have floundered in. While VB might have been mocked by many programmers, it made a huge difference in the programming world. Inside of VB you can see that the language itself was hugely influenced by other languages right up to today when in VB 9.0 we're seeing the addition of features from other languages.

We've seen VB move away from its traditional model and be placed over top of a far more C/C++ style modular architecture. In addition we've seen LINQ and lambda expressions added in which is clearly the influence of more mathematical and functional languages.

As languages mature, they begin to adopt the characteristics of other languages and while 10 years ago a VB programmer would've had a much more difficult time of attempting to learn C/C++, it's now a breeze to cross over into C# because of the similarity dictated by the common language runtime.

Let's also not forget that before .NET was released, we already had a JIT style language that promised platform independance - Java. Admittedly the first releases were slow, but its very concept that you could separate the application from the platform upon which it sat obviously influenced Microsoft in their release of the .NET languages.

Many programmers learn languages at university that were uniquely positioned to assist with learning programming concepts - things like Pascal and Haskell. I might not have originally considered that these too might have been significantly influencial, but when tomorrow's language designers started their careers with these languages, it's hard to consider that they wouldn't be influencial.

I think in this way I would have to say my list of the most influencial languages would be:

  • C/C++ - Obviously the latter was heavily influenced by the former and both heavily influenced the rest of the programming world.
  • VB - Many programmers would never have made the leap to programming without it, so to discard it as not influencial would be incredibly naive.
  • Java - Without Java's vision, we might never have seen .NET
  • .NET - For finally making the bridge allowing more basic programmers to get a quick leg up to paradigms presented by the more advanced languages like C/C++
  • LISP - I'm just picking LISP as a spokesperson for all functional languages which have been hugely influencial in bringing new programming concepts into the mainstream.
link|flag
vote up 5 vote down

LISP

It seems like every "greatest newest thing" language feature is always something that's been in LISP for years.

Wish I had time to get good with it :(

link|flag
1  
So you don't think the fact that lisp has had feature X for so long and nobody noticed implies that lisp is in fact not influential at all? Even when you cited why lisp is not influential? (I'd love to learn lisp and harness all that awesomeness, too) – Ellery Newcomer Jan 10 '09 at 21:19
My answer was supposed to be a little tongue-in-cheek. I don't really think LISP is the most influential in general but it definitely has been very influential overall, especially in certain niche domains. – stbuton Jan 10 '09 at 21:34
vote up 12 vote down

The most influential language is C, because

  • If, sooner or later, you have to do systems programming, you will use C or its derivative C++
  • All the more modern languages are either implemented in C or have run-time systems implemented in C. (The runtime system for the Glasgow Haskell Compiler has more C code than Version 6 Unix!)
  • <joke>Everybody knows that to have a chance of acceptence, a language has to have semicolons and curly braces.</joke>
link|flag
1  
from __future__ import braces – hasen j Nov 5 at 3:26
vote up 18 vote down

Javascript.

why not?

we're all programming for the web in one way or another these days, no?


To generalize, I'd say Functional Programming Languages

I disagree with C being influential now. It had been influential, yes... but its day is literally over. Its influence still lasts and will lasts for the next decades or so, but for now I think it's functional programming.

I think Python-style syntax and functional languages have even more influence now than C.

from __future__ import braces
SyntaxError: not a chance

I'm starting to love not having to type a closing brace now.... I really do!

C# and VB folks had just been recently introduced the concepts of LINQ.... and they say LINQ queries are awesome! and then they never knew that Lisp, Caml, Haskell, Schemes and friends of Scheme have all had function as first class object literally since the beginning of time.

Did somebody say strong typing?

link|flag
vote up 1 vote down

Although I do not use it much myself, as far as influencing other languages C seems to be at the top of the list. C syntax and constructs have been incorporated in to most of todays popular languages such as C++, Java, and C#, also languages such as Perl have most of the common C constructs.

link|flag
vote up 7 vote down

From the Microsoft point of view:

Past: VB

Present: C#

Future: F# (or possibly M)

link|flag
vote up 20 vote down

C.    

link|flag
+1 You're right, now and forever, C is timeless :) – CMS Jan 10 '09 at 17:54
1  
Most of the languages I use today derive from the C syntax so I would say at least in my world this is true :) – Andy Webb Jan 11 '09 at 3:32
But its tough to discount C# right now. C is analogous IMHO to a great band that everyone found inspiration from and now some of these other bands (C#) are starting to inspire the next generation. – Andy Webb Jan 11 '09 at 3:35
I think you hit it right Andy. If the question was "what is the most influential language in the history of development" then C would win easily! However, that wasn't the question so I'm a bit surprised at the strength of the pure C contingent. – Mark Brittingham Jan 11 '09 at 14:11

Your Answer

Get an OpenID
or

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