Poll: What's Your Favorite Programming Language?
41–50 of 626 posts
Re: Poll: What's Your Favorite Programming Language?
#42Re: Poll: What's Your Favorite Programming Language?
#43Re: Poll: What's Your Favorite Programming Language?
#44Re: Poll: What's Your Favorite Programming Language?
#45Re: Poll: What's Your Favorite Programming Language?
#46Re: Poll: What's Your Favorite Programming Language?
#47I gotta admit I miss Occam but it is over 20 years since I did any programming in it. I am currently researching agent based languages as I still have some Telescript documentation and have always been fascinated by the concept.
Re: Poll: What's Your Favorite Programming Language?
#48Re: Poll: What's Your Favorite Programming Language?
#49Re: Poll: What's Your Favorite Programming Language?
#50C# 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…
Also, I dread getting asked on my next interview "whats the one thing you don't like about your favorite language". I honestly can't think of anything off the top of my head. Granted, I've come across things that were frustrating at various times, but they never stick in my mind. I think that's a testament to how well the language has evolved.