Poll: What's Your Favorite Programming Language?
351–360 of 626 posts
Re: Poll: What's Your Favorite Programming Language?
#352Earlier quoted context omitted.
Luckily C# supports them: http://msdn.microsoft.com/en-us/library/bb397687.aspx
your parent is suggesting that java does not have a substitute for lambdas.
Re: Poll: What's Your Favorite Programming Language?
#353Hey, the C language is pretty well scored. I really really loved the C. For me, it's the king/father language. Everything is in it seriously (I mean, types, flow controls, memory management etc.), and it's just on top of the assembly language. I could code with C during centuries I think. By the way, Ruby is pretty well scored also. I should try it eh. Is it for back-end programming or front-end, native apps? What's…
Because you already know it. Turn around and look at the pseudo-code on your whiteboard.
Re: Poll: What's Your Favorite Programming Language?
#354C# really feels like the most mature language that I've ever dealt with. Writing it feels clear, if something is wrong the debugger is very clear. The number of features that are there is incredible (especially post C# 2.0 when they added generics). Properties are delightful. How do you convert to a string? Convert.ToString(). How about an integer? Knowing only that one, it's what you'd expect! I also picked JavaScri…
+100000. We can thank the Webkit Tools team (including folks from both Apple and Google) for making the web platform environment as pleasant as it is. Kudos!
Re: Poll: What's Your Favorite Programming Language?
#355Hey, the C language is pretty well scored. I really really loved the C. For me, it's the king/father language. Everything is in it seriously (I mean, types, flow controls, memory management etc.), and it's just on top of the assembly language. I could code with C during centuries I think. By the way, Ruby is pretty well scored also. I should try it eh. Is it for back-end programming or front-end, native apps? What's…
Re: Poll: What's Your Favorite Programming Language?
#356(Perl is still my "favourite" of all the languages I get paid to write…)
Re: Poll: What's Your Favorite Programming Language?
#357Re: Poll: What's Your Favorite Programming Language?
#358Earlier quoted context omitted.
I couldn't agree more. In fact, that is my single biggest problem with being a C# developer. Sounds counter-intuitive, right? Each time I dive into another language, I feel handcuffed because I don't have the features and options that I get from Visual Studio. Once the "new language smell" has worn off, I find myself wishing for faster ways to develop sections of code. I miss instant code compilation and validation.…
Amen, I almost totally jumped ship when MVC was a 'new' thing, if they hadn't brought out ASP.Net MVC when they did I would have left. The only thing I hate about C# is the 'magic' they keep trying introducing to the frameworks. ASP.Net was bloody awful but if you haven't checked out MVC 4, this is truly WTF were you thinking MS: http://www.asp.net/web-api/overview/getting-started-with-asp... GetAllProducts magically…
Re: Poll: What's Your Favorite Programming Language?
#359Earlier quoted context omitted.
your parent is suggesting that java does not have a substitute for lambdas.
Which isn't true anyway, since anonymous inner classes are just very verbose and awkward lambdas. (I'm a Java hater but I'm also a horrible pedant)