Live data from Hacker News

What Are the Most Disliked Programming Languages?

stackoverflow.blog

31–40 of 105 posts

Re: What Are the Most Disliked Programming Languages?

#31

On a positive note for a language to be hated on that list it had to be successful and big enough at some point to be useful ;)

And opened the field of programming to many. Delphi, PHP and VB/VBA were the first languages of many of my friends back then who then went on to study computer sciences. They were easy to understand and to create basic functionalities, despite the shortcomings.

Re: What Are the Most Disliked Programming Languages?

#32
post #12

There might be a bias in this analysis. The programming languages listed in the no-no list are the one people dislike AND know. I can't say if I dislike a language if I don't know it. This is visible with r language.

Yet number of people who dislike Perl much large than number of people who can write code in Perl.

Re: What Are the Most Disliked Programming Languages?

#33

I could see myself using VBA more if the "IDE" was not a 20yo piece of crap that pops a MessageBox every time you have an error (I seem to always forget to add the "then" when writing an "if"). Just underline the error but let me continue to code dammit.

I don't mind VBA in its native habitat, I just usually don't like its native habitat.

There are several languages on this list like that. I wonder if C# for example has that as a factor.

Re: What Are the Most Disliked Programming Languages?

#34

The article defines "like" vs "dislike" in terms of what developers list as preferences on their jobs profile. For example, Perl is the most "disliked" language; what that really means is that developers have actively listed it as a job opportunity they don't want. The analysis shows that there is a correlation between a language's "liked-ness" and its growth as a tag on Stack Overflow. Correlation-is-not-causation a…

Exactly, they're not disliked because they're bad languages, they're disliked because they're dead-end career choices.

Re: What Are the Most Disliked Programming Languages?

#35

So a decline in language is causing people to avoid/dislike it or a dislike of a language is causing the decline in popularity ?

I would say a language has to be popular to be disliked. That rust and kotlin score so low on the dislike-scale could be because people love it but probably also because the rest wouldn't consider it. If a language is used by few, there's no real reason to dislike it.

At least that's the case for me. I can say that I dislike PHP because I used it in the past. I couldn't say the same about rust.

Re: What Are the Most Disliked Programming Languages?

#37

The article defines "like" vs "dislike" in terms of what developers list as preferences on their jobs profile. For example, Perl is the most "disliked" language; what that really means is that developers have actively listed it as a job opportunity they don't want. The analysis shows that there is a correlation between a language's "liked-ness" and its growth as a tag on Stack Overflow. Correlation-is-not-causation a…

That's a good point - I'd never list COBOL, or APL or any number of other languages I'd never want to program in, on my jobs profile because I've never, ever been approached for jobs in those languages (and if I did, it'd be a novelty to be approached about it). Java, on the other hand, I might list because it's a major, popular language that I personally dislike working in. Doesn't mean I consider Java worse than COBOL.

Re: What Are the Most Disliked Programming Languages?

#38
post #22

Earlier quoted context omitted.

I would guess it's the same as Perl, too much magic.

I don't think that is why with Perl. Granted it's been over a decade so opinion might have changed but when I was in college Perl had a reputation as being a "write only" language. Where unless you had comments / documentation to explain it to you, if you encounter code you didn't write (or you wrote 6 months ago) good luck figuring out what it does. All languages are like that to a certain extent but Perl more than…

Wouldn't that make perl a "write-only" language?

Re: What Are the Most Disliked Programming Languages?

#40
post #12

There might be a bias in this analysis. The programming languages listed in the no-no list are the one people dislike AND know. I can't say if I dislike a language if I don't know it. This is visible with r language.

Yet number of people who dislike Perl much large than number of people who can write code in Perl.

But a lot of us who either can't write Perl or can only write really bad Perl have still read enough Perl to have good reasons to dislike it.

Though I'll concede that with languages like Perl there is probably some degree of hipster-tendencies to actively disliking Perl in that Perl in many circles are seen as a prototypical example of "crufty old language".

Post reply on HN