Poll: What's Your Favorite Programming Language?
101–110 of 626 posts
Re: Poll: What's Your Favorite Programming Language?
#102Re: Poll: What's Your Favorite Programming Language?
#103Re: Poll: What's Your Favorite Programming Language?
#104I see a lot of votes for python, but a disproportionately small representation of python fans in the comments. If you asked me a year ago, I'dve said python. But lately, I've been using Clojure for personal projects, and it's making python seem just... boring. (I get the same feeling when I write in Ruby too) The "one right way" paradigm is a great one, and the language is solid. The built-ins are top-notch, and whil…
If you don't mind my asking, as a Python person, how did you learn Clojure? I'm mostly programming in Python and JavaScript today, and I want to learn Clojure, but I keep seeing these very strange talks. I don't know how to articulate it, really. My best metaphor is, it feels a little like I wanted to go out and learn about Catholicism and they said, "oh, that's easy, we'll just have you sit in on a bunch of confessi…
Re: Poll: What's Your Favorite Programming Language?
#105Mathematica. But not because of the language - it has some warts. But because of the problems I'm working on when I choose Mathematica as a tool.
Re: Poll: What's Your Favorite Programming Language?
#106Re: Poll: What's Your Favorite Programming Language?
#107It is my favorite language simply because the pseudocode I write on whiteboards is basically Python. Strangely, it has been since well before I really started using it regularly.
Re: Poll: What's Your Favorite Programming Language?
#108I 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.
I agree. I'm not especially fond of the Haxe language, but it's Good Enough that I'm happy using it day to day. However, its ability to export to so many different targets (C++, Javascript [+ Node.js], Java in beta I believe, Flash SWF, AS3, Tamarin, PHP etc) is a real killer feature. Would that count towards this poll or not?
Wouldn't be awkward to use Haxe for a project that employed language specific APIs? It seems like the sweet spot would be using it to write basic libraries that had no external dependencies.
Re: Poll: What's Your Favorite Programming Language?
#109Re: Poll: What's Your Favorite Programming Language?
#110None. I like Lisp but it has its problem. I don't like Java but it is useful and it has good tools and a ton of libraries. I like C, but it needs better libraries and it can be a little cumbersome to write. I don't like C++, but there are cases where one of its features are useful. I hate PHP but it is easy to write a quick backend in which can be deployed everywhere. I hate Javascript, but it is hard to beat it in t…
Sounds like you would like clojure.
1) all the libraries are it takes advantage of are written in Java and this doesn't fit the closure style of coding at all.
2) the available tools just suck. Sorry, but without autocompletion the time it takes to write something balloons way, way too high.
I guess 2 would have been less of an issue 20 years ago -- back then most of the IDEs that we use today did exist -- but it is not 20 years ago. It is now.