Poll: What's Your Favorite Programming Language?
11–20 of 626 posts
Re: Poll: What's Your Favorite Programming Language?
#12Re: Poll: What's Your Favorite Programming Language?
#13Re: Poll: What's Your Favorite Programming Language?
#14The number of C# votes makes me very happy. When I originally signed up oh.. 1333 days ago it felt like I was the only .Net dev on the site. It was a huge deal for me to find other startups built on .Net back then. Now I discover them far more often. I think Microsoft must be doing something right. I blame Scott Gu.
(As a pre-emptive strike, Mono does not make .NET any more "open". If Mono was maintained and supported by the same people that design the language/APIs I might change my tune.)
Re: Poll: What's Your Favorite Programming Language?
#15It was one of the first languages I used which really introduced me to a completely different way of problem solving and thinking about the structure of a program. I know that language was probably Lisp/Scheme for a lot of people, but for me it was Smalltalk. Implementing control structures without language keywords!? Operators implemented using the same message passing techniques as any other method call!? Querying any instance for its implementation and documentation at runtime!?
Re: Poll: What's Your Favorite Programming Language?
#16How 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 JavaScript because I am in a love affair with this weird little language. I also think it is one of the easiest languages to teach basic programming with (videos forthcoming).
The amount of time it takes to whip up a five-cent program with javascript without even leaving my browser, heck without even leaving this tab is just astounding to me even after all these years.
One thing I noticed though while writing this comment is that more than the language itself, the tools that I use while building things in the language are what really make them a pleasure to use. If I wasn't using Google Chrome's web developer tools I'd probably consider JavaScript to be a nightmarish corpse of a language that punishes the slightest of typos with a silent malicious grin, as code execution carries on as if A.blah = 5 and A.blsh = 5 were both equally worthy of existing to the JS compiler/interpreter. Only by the grace of tools is JS tame at all.
Re: Poll: What's Your Favorite Programming Language?
#17I finally created an account because of this :) Python FTW!
Re: Poll: What's Your Favorite Programming Language?
#18Re: Poll: What's Your Favorite Programming Language?
#19I find it difficult to divorce 'favourite language' from 'favourite stack'. I use C# a lot, and I love it. But it's tied into MS's heavy stack for web stuff (ASP.NET, etc.) so recently I've switched to using node.js and CoffeeScript in my projects. It's fantastic. So right now my favourite language is JavaScript/CoffeeScript, but just because of the things I can do with it.
> just because of the things I can do with it I am hard pressed to find a better reason to like a language or stack.
Re: Poll: What's Your Favorite Programming Language?
#20I finally created an account because of this :) Python FTW!
Quick tip to get the appropriate tone right. Don't post anything that sounds like a typical Reddit comment.