Earlier quoted context omitted.
I'd encourage you to play around with Obj-C a little more before writing it off. It's actually a pretty simple, compact and concise language once you dig into it. Apple's APIs, on the other hand... :facepalm:
Which APIs do you dislike? I think Apple's Cocoa and Cocoa touch frameworks are some of the best. Cocoa is old and less polished, but Cocoa touch is pretty awesome.
Poll: What's Your Most Disliked Programming Language?
71–80 of 366 posts
Re: Poll: What's Your Most Disliked Programming Language?
#72Easily C# and Java, I don't think the virtual machine adds anything other than another abstraction layer to get in the way. Just because code is native doesn't mean you can't have all sorts of built in bounds checking to ensure safety, but when you're in a VM, taking off the training wheels when you need to actually make shit fast is such a pain. I especially don't understand the point of a VM like the CLR that only…
How much of your rant has to with the actual language C# as opposed to the VM, other people, XML and patterns?
It was also difficult to get stuff across the managed/unmanaged boundary without a lot of verbosity and overhead, so optimization was unduly difficult.
But really, it's not the language I hate, the language is mediocre, its the ecosystem around it that's terrible.
Re: Poll: What's Your Most Disliked Programming Language?
#73Re: Poll: What's Your Most Disliked Programming Language?
#74Re: Poll: What's Your Most Disliked Programming Language?
#75PHP will be at the top of this poll and the other poll of favorite languages.
It won't be at the top of the other poll. It's getting about as much votes there as Haskell. If we consider the size of userbase for both languages, it's pretty clear that it's not liked in this community. With good reason, it's utterly mediocre.
Re: Poll: What's Your Most Disliked Programming Language?
#76I 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.
Re: Poll: What's Your Most Disliked Programming Language?
#77I hate PL/SQL
PL/SQL and T-SQL (and I'm sure there are others) would be more appropriate.
Re: Poll: What's Your Most Disliked Programming Language?
#78Java, I was force-fed it in school. We actually had to develop web applications with it. I wouldn't have cringed so much if I hadn't have been developing in nodejs and php prior.