What programming language is now(a days) the most influential?
|
5
|
|||||||||||||
|
|
|
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. |
||||||||||
|
|
|
C. |
||||||||||
|
|
|
From the Microsoft point of view: Past: VB Present: C# Future: F# (or possibly M) |
|||
|
|
|
|
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. |
|||
|
|
|
|
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.
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? |
|||
|
|
|
|
The most influential language is C, because
|
||||
|
|
|
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 :( |
||||||
|
|
|
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:
|
|||
|
|
|
|
Javascript. It is THE most used programming language on earth. |
||||||
|
|
|
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". |
|||
|
|
|
|
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. |
|||
|
|
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++. |
|||
|
|
|
|
Python, simply because I am amazed no one else has chosen it. Python is the language I will be learning this year because:
If you are interested in learning Python, download it here, and get coding! |
|||
|
|
