Poll: What's Your Most Disliked Programming Language?
81–90 of 366 posts
Re: Poll: What's Your Most Disliked Programming Language?
#82You missed the worst one in the world - Mumps (or M). Terrible language that produces (seemingly automatically) terrible software. It also rots the brains of those that are forced to use it. All of those listed have their charms - seems hard to dislike them in the main.
Re: Poll: What's Your Most Disliked Programming Language?
#83I don't expect that the responses to this will be enlightening. In fact, I can predict right now that the winner of this poll will be the most commonly-used language which isn't widely considered to be "nice". Depending on the precise demographics of this site, that's either going to be Java, C++ or Javascript, despite the fact that there are clearly worse languages out there (Fortran, COBOL, Brainfuck...) The reason…
We wont be incredibly enlightened but it will be interesting to see the results and what that tells us about HN readers. Perhaps we'll learn some interesting stuff from the comments as well.
Re: Poll: What's Your Most Disliked Programming Language?
#84I want to do some simple automation on a website. Because I don't like PHP, I have to pay a premium for a Windows based host that supports ASP.NET.
Re: Poll: What's Your Most Disliked Programming Language?
#85Earlier quoted context omitted.
I’d give it a try if it worked on Windows or Linux. I’m not willing to buy a Mac just to be able to study a language-I could build a Hackintosh but it’s too much trouble for what it’s worth. Most of the languages out there work on any platform. Even C# works on Unices through Mono. But for Apple’s products its always the same story, our way or the highway.
Someone can correct me if I'm wrong, but I believe the language itself can be used on almost any platform with gcc, not just OS X.
Re: Poll: What's Your Most Disliked Programming Language?
#86I think for a language to be disliked it should be in one of the following categories: 1) First category is where you are forced to use it, and it is easy enough to get started in. For these languages the programmer base is big enough for the mandatory awkward features of the language be stumbled onto frequently enough to gather all the hate, and also big enough for the language hating to become a pop culture. Javasc…
1. I think it's possible to have a hatred of C++ that doesn't stem from a lack of understanding of the language. I think the C++ FQA ( http://yosefk.com/c++fqa/ ) addresses a lot of the dislike people have with C++ that has nothing to do with ignorance of the language. 2. Saying that C# doesn't add anything to Java isn't even a simplification, it's flat out wrong. That argument may have been slightly valid in the C#…
About you comparing CoffeeScript with Clojure is not fair at all. Clojure gives a whole new world on top of JVM, while CoffeeScript is just syntactic sugar for Javascript.
Re: Poll: What's Your Most Disliked Programming Language?
#87Anything .NET, because I don't see the point of learning a proprietary non-cross platform language.
Agreed 100%. In addition software written in it seems to have the following other problems frequently - Using Oracle - Rarely contributing to FOSS - Using very non-agile development methods - 9 to 5 corporate culture - Bad UIs and boring software overall - Terrible web accessibility and standards conformity - Hearing people say, "Its better than Delphi" as a comparison point But those are just my experiences in worki…
A couple weeks later I discovered the wonderful world of Linux and never looked back.
Re: Poll: What's Your Most Disliked Programming Language?
#88I think for a language to be disliked it should be in one of the following categories: 1) First category is where you are forced to use it, and it is easy enough to get started in. For these languages the programmer base is big enough for the mandatory awkward features of the language be stumbled onto frequently enough to gather all the hate, and also big enough for the language hating to become a pop culture. Javasc…
I hate Python with a passion I cannot express or explain.
Actually, add regex to my hate list.
Re: Poll: What's Your Most Disliked Programming Language?
#89PHP. There are worse languages, but PHP is hard to avoid. I want to do some simple automation on a website. Because I don't like PHP, I have to pay a premium for a Windows based host that supports ASP.NET.