Poll: What's Your Favorite Programming Language?
411–420 of 626 posts
Re: Poll: What's Your Favorite Programming Language?
#412Which should have been just: (print "Hello world")
Re: Poll: What's Your Favorite Programming Language?
#413Re: Poll: What's Your Favorite Programming Language?
#414Earlier quoted context omitted.
Well, I'm not the gp, but I am a former C# guy who's happy to be out of that world. 1) I dislike C#'s types; they're neither as strong and intelligent as a ML/Haskell language nor as convenient as a Python/Ruby family language. 2) I much prefer the sense of design displayed by Python and Ruby open source projects over C#. (Not that there aren't issues there!) 3) I hate Visual Studio. Nice debugger, crappy interface f…
Thanks for the thoughtful reply. I've absolutely felt your pain. Some of those things have maybe improved (I use git every day, I love my PowerShell, and Visual Studio + ReSharper is glorious once you tell some of the cruft to stay out of your way) but it's still a long way from perfect.
Re: Poll: What's Your Favorite Programming Language?
#415Earlier quoted context omitted.
That doesn't sound all that good to me. My steps to finding what IQueryable provides: * Cmd+Tab to Chrome * Cmd+L for location focus * \IQueryable searches DuckDuckGo for IQueryable and takes me to first result I get to use the editor I want (hint, not visual studio), and I know a lot more about IQueryable anyway and can continue poking around in the docs to learn more about the 'nearby' bits of the API. I don't real…
"Here's how to instantly find documentation on something." "That doesn't sound all that good to me. Here's how I do it in multiple steps, in a different window!" Do you see the problem here?
Those who don't understand UNIX are forever doomed to re-implement it - poorly. Which is the story of every IDE ever.
Re: Poll: What's Your Favorite Programming Language?
#416Re: Poll: What's Your Favorite Programming Language?
#417Re: Poll: What's Your Favorite Programming Language?
#418No Go or haxe? Epic poll failure! Of the ones on the list, I'd say C# is my favorite language though I virtually never use it due to the practical and political problems that tie it to Microsoft.