Earlier quoted context omitted.
Collections in Java are awful. Guava helps a bit, but it's still poor man's substitute. No LINQ, no lambdas (and the upcoming Java streams API is ugly as well), no delegates, no events. Verbosity. C# is a very nice language, only WPF sucks big time.
Used WPF a couple of times, not that bad at all? What exactly do you think can be improved? Are there alternatives to it?
Poll: What are your liked and disliked programming languages?
211–220 of 479 posts
Re: Poll: What are your liked and disliked programming languages?
#212And the award of least significant poll of the week goes to... Seriously, you won't get anything meaningful out of this, people will vote for the language they like and then bash the usual suspects (PHP, actionscript, C++,...). Also they will browse the first 20 entries or so and then get bored and skip to the end. I'm sure the people who "dislike cobol" (7 people at the moment) have intimate knowledge of the languag…
Polls like these are meant to be subjective and to encourage discussion. Dismissing them because they're not scientific kind of misses the point.
I think it's perfectly reasonable to dislike a language you've never used. You can't claim it's a "bad" language (for reasons perhaps even above not having a definition for "bad") but I can't claim that you don't dislike it.
Re: Poll: What are your liked and disliked programming languages?
#213"Raise your hand if you hate PHP" many hands go up "Keep your hand up if you've actually built a project using PHP" most hands go down But my coool poooints!! I need to show the guys I hate PHP so they won't think I'm a newb!!
I don't want to use it and even go to the extent of avoiding open source software that does. It isn't about cool points but purely about whether I want to use the language.
I like types and type checking and halting with exceptions on errors. Do I think that makes me cool; no, but it does make me dislike PHP and use Postgres rather than MySQL (even before my Oracle aversion became relevant).
Edit: This was the article: http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-de...
Re: Poll: What are your liked and disliked programming languages?
#214While I find this poll rather insignificant and pointless, I can't help being amused by the amount of downvotes Common Lisp and Clojure have received. Can someone(probably someone who downvoted) please explain me what is wrong with those languages? Not being a snark, just curious.
Re: Poll: What are your liked and disliked programming languages?
#215Re: Poll: What are your liked and disliked programming languages?
#216Regarding the language itself, what's there to dislike about C#?
If C# wasn't made by Microsoft, but had a similar toolset and feature set, i would offer the opinion that it would be the top managed language.
So, it free, it has full FOSS tooling. What's the problem?
Re: Poll: What are your liked and disliked programming languages?
#217- in absolute likes (1167)
- in like/dislike ratio (1167/161=7,25)
Re: Poll: What are your liked and disliked programming languages?
#218This poll should be more specific with Visual Basic. There are a few different languages that share the name VB. VBA VB.NET VB6 VBScript
And honestly, VB6 and VB.Net both get a bad rap. VB6 excelled at what it was designed to do, it was an easy-to-use language that was the fastest way to get a GUI up onto the screen and throw together a simple program. I learned on VB4 and it was great. It was the whole COM thing and the serious enterprise perversions of it that ruined the language. VBA and VBScript, on the other hand, are abominations - the lack of a…
Re: Poll: What are your liked and disliked programming languages?
#219What? No love for F#? Why do folks always leave F# out of these things?
I liked F#. Even build a web request handler using it :) However I kind of don't trust Microsoft to keep supporting this side project... Remember FoxPro?