C# is the language of the year, Python of the decade
sites.google.com
C# is the language of the year, Python of the decade
1–10 of 74 posts
Re: C# is the language of the year, Python of the decade
#2Re: C# is the language of the year, Python of the decade
#3Re: C# is the language of the year, Python of the decade
#4Unfortunately, I'm finding the .NET libraries that I'm using not quite so well designed - Working with windows forms specifically. Fortunately, a lot of the third party libraries seem pretty well designed, though seems to be a general love-affair with overly verbose XML configuration files. Perhaps I'm just spoilt by the elegance of UIKit (well, most of it), and the clear benefits from a ground-up design.
I know there is Mono for other platforms, but don't know how well it is supported/what the performance characteristics are like, but it seems a language that would really, really benefit with a truly platform-independent (i.e. not a thin win32 wrapper) set of libraries; GUI and otherwise.
Re: C# is the language of the year, Python of the decade
#5I recently started using C#, having not programmed for windows in years, and have to admit I'm greatly impressed by it. It really feels modern, well designed, and very flexible and powerful, in too many ways to list. Unfortunately, I'm finding the .NET libraries that I'm using not quite so well designed - Working with windows forms specifically. Fortunately, a lot of the third party libraries seem pretty well designe…
Of course now we have Windows 8/WinRT so who knows what's going to happen to WPF.
Re: C# is the language of the year, Python of the decade
#6I recently started using C#, having not programmed for windows in years, and have to admit I'm greatly impressed by it. It really feels modern, well designed, and very flexible and powerful, in too many ways to list. Unfortunately, I'm finding the .NET libraries that I'm using not quite so well designed - Working with windows forms specifically. Fortunately, a lot of the third party libraries seem pretty well designe…
Just use the cross platform and open source runtime, as you would for any other language, and pretend that .Net doesn't exist.
Re: C# is the language of the year, Python of the decade
#7Re: C# is the language of the year, Python of the decade
#8Isn't the title a bit misleading? According to the chart, Java is the most popular language of the year (and the decade, if you take a look at https://sites.google.com/site/pydatalog/pypl/PyPL-PopularitY... ).
Re: C# is the language of the year, Python of the decade
#9Isn't the title a bit misleading? According to the chart, Java is the most popular language of the year (and the decade, if you take a look at https://sites.google.com/site/pydatalog/pypl/PyPL-PopularitY... ).
First line of the article: "C# had the highest growth in popularity this year (2.3 %), and Python the highest growth this decade (8%)". One of their key metrics to determine popularity is growth.
I would think one of the key metrics in determining popularity would be popularity ...
Re: C# is the language of the year, Python of the decade
#10Anyway, I saw something interesting in the graph. If you just look at C and C#, then in 2011 you notice that where C made a sharp decline, C# made an almost equally sharp incline.
Are these movements correlated? What happened in 2011 that made a bunch of wannabe (since they look for C tutorial) C programmers suddenly turn to wannabe C# programmers?
I realise it may very well be two randomly occuring uncorrelated events that causes these jumps. But I'm very much interested in what kinds of events move the worldwide interest in programming languages.