Live data from Hacker News

Poll: What are your liked and disliked programming languages?

news.ycombinator.com

21–30 of 479 posts

Re: Poll: What are your liked and disliked programming languages?

#21

uhh PHP dislikes are going up (what a surprise)

I don't really get why people hate it so much, sure it has it's flaws, but it also has it's strengths.

Some people also hate Obamacare, civil liberties and human rights. Who knows why?

Re: Poll: What are your liked and disliked programming languages?

#22

uhh PHP dislikes are going up (what a surprise)

I don't really get why people hate it so much, sure it has it's flaws, but it also has it's strengths.

Its strengths are few and equivocal; its flaws are unspeakable and legion.

Re: Poll: What are your liked and disliked programming languages?

#23
post #6

And 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…

All programming languages claim to be better than that "Other" language!

Re: Poll: What are your liked and disliked programming languages?

#24
post #5

What is it about CoffeeScript that people don't like?

CoffeeScript is only syntactic sugar. It brings very little new to the table, but perhaps worse of all, it doesn't really fix all of JavaScript's WTF-issues while adding a few of its own. While it's an improvement over JavaScript, its advantages are sometimes outweighed by the extra hassle to compile and deploy it.

I don't really dislike it but I really do not see myself using it if I had a task where I needed JavaScript.

Re: Poll: What are your liked and disliked programming languages?

#27
post #5

What is it about CoffeeScript that people don't like?

The syntax is broken. Things like operator precedence and associativity are the exact opposite of math conventions:

    f x + f y    // is f(x + f(y))
    f g x        // is f(g(x))

Re: Poll: What are your liked and disliked programming languages?

#28
post #6

And 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.

Re: Poll: What are your liked and disliked programming languages?

#29
post #6

And 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…

Just curious, why are people bashing Actionscript? The language itself is based on Javascript and Javascript isn't getting so much hate. I know everyone hates Flash now... maybe I just still have a soft spot in my heart for programming Flash-based games back in the day.
Post reply on HN