Poll: What are your liked and disliked programming languages?
61–70 of 479 posts
Re: Poll: What are your liked and disliked programming languages?
#62I like C# more than Java because: - The .NET Framework is a straightforward way to solve a problem vs pattern oriented solutions. This is not about the programming language itself but how the people in that community think about a problem - C# evolved more than Java and it was more pragmatic. There are no operators in Java. - I really like the diversity and maturity of third party Java libs. That's why I use IKVM whe…
Re: Poll: What are your liked and disliked programming languages?
#63A few things:
The multiple ways to manage memory seem completely messy to me, the various ways to box values and what not and what the implications are. It's not pretty, it's not elegant, but then sometimes things aren't. I'm complaining about prettiness over usefulness somewhere else in this thread. But the box memory model thing left me feeling like it was a convoluted solution that could end up in confusion.
No SSL stuff. Not much encryption stuff. And worse of all in their mozilla IRC channel those guys said writing such things should be left to experts, that people should always use the C libraries with rust. Being able to make HTTPS requests would be a pretty important feature for a browser like Servo I'd think. It's true security features should be vetted, and cryptography requires expertise, but on the other hand look at Go. They wrote a lot of their own cryptography code in go, and it seems to work pretty damn well.
The pace of development. Given the state of the network io library, the many packages required to get to a useful state, it seems like it's going to be about a decade or so before Rust is even usable. Which is fine, it's not a race. But overall I just get the feeling that I'm not sure Rust is what it aspires to be.
Anyway. I hope Rust does do well. I like the idea, I like the people working on it. Maybe I shouldn't have committed to forming any kind of opinion still so early in its development.
Re: Poll: What are your liked and disliked programming languages?
#64And 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…
Also, in most cases, is it the actual programming language we hate or is it the code we've seen written by people who had no concept of the language that we hate?
Re: Poll: What are your liked and disliked programming languages?
#65I don't discriminate. All languages are equal in my eyes, each with their own quirks and adventures. Except PHP, PHP can fuck off.
This week I needed a command line script that optimizes image files for different form factors = 30 minutes of work in PHP
I needed the first script to be available to my peers so they can generate basic android crud apps through a web app = 1 hours of work/deployement on an apache server and no need to ask the sys admin for another server.
My point is you can hate PHP all you want it is a great tool that has its place in enterprise envirronement.
Re: Poll: What are your liked and disliked programming languages?
#66What is it about CoffeeScript that people don't like?
With languages like TypeScript, or Dart, you also reduce the amount of typing work, but that's just a side-effect of the good tooling these languages have to offer. You can auto-complete everything.
It makes a lot more sense to boost productivity via structure and tooling, because that's what really helps with scaling.
Re: Poll: What are your liked and disliked programming languages?
#67"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!!
More interestingly imho is the percentage of people who hate PHP but still use it most of their time, since they can't find projects with other languages. I bet that's a lot of people...
Re: Poll: What are your liked and disliked programming languages?
#68What 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?
#69"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!!
Re: Poll: What are your liked and disliked programming languages?
#70Python (3): it just has ridiculously powerful data structures and sensible error messages
C: it's simple(ish), fast and keeps yuppies away
C++: has great libraries and frameworks like Qt, is fast
Shell: quick and simple for small tasks
Java: mainstream and boring, people expect me to use it and work with horribly broken code created by off-shored resources who have absolutely no clue what they were doing
C#: Microsoft
PHP: ugly, people expect me to use it
Objective-C: just because it prompts HR to hire people with this skills instead of something more pleasant
Really, I like powerful languages. I hate languages that are boring, ugly, have a horrible code debt and prospective majority employees expect me to use.
In short, I dislike monopolies.
Edit: forgot - VBA - dislike (just because locked down enterprise desktops)