Live data from Hacker News

Poll: Which programming language do you plan on learning next?

news.ycombinator.com

41–50 of 114 posts

Re: Poll: Which programming language do you plan on learning next?

#42
All of the above to various degrees? I'd want to at least get a vague feel for what each of them is good for, how it interacts with the system, and the general thought processes that accompany it for each one of them, so that I could say that "I could write something in it with some research".

It's more about expanding my mind than about picking up a tool, with a number of exceptions for my workhorse languages (which are constantly changing)

Re: Poll: Which programming language do you plan on learning next?

#45
post #29

Lua An elegant, minimalistic and fast scripting language. It's like Javascript without all the cruft.

i second that. Lua is very much fun to work with. It has actually full closures, upvars, and functions are first class citizen.

The only thing is lacking a little bit of OO design. It is duable, but OO on lua always feels a little bit hacky.

Re: Poll: Which programming language do you plan on learning next?

#47
post #38

Earlier quoted context omitted.

Unless of course you already know Python and want to learn Ruby next (or the other way around).

True that; but wouldn't you be better off learning a language that is a lot more different?

It depends on the purpose of learning said language. Are you learning to broaden your horizons to explore new paradigms and such? Or are you learning a language because you're part (or planning to be part) of X group who happens to be developing in Y and you just need to be productive/marketable?

Re: Poll: Which programming language do you plan on learning next?

#48
post #26
post #5

Objective C

I missed that one, seems to be really popular now thanks to the iphone.

unfortunately. Mixing Objective-C and C and your code looks a little bit frankestein-ly, and it is impossible to avoid. The messaging pass part of Object-C is no near as elegant as erlang.

Re: Poll: Which programming language do you plan on learning next?

#49
I have no plans to learn new languages for the time being. I've been exposed to most of the big concepts, so I feel a creeping sense of diminishing returns as I have to invest time in increasingly different syntaxes to learn anything really different.

That is time I could spend building out more productive libraries and architecture for my real goals.

Post reply on HN