Live data from Hacker News

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

news.ycombinator.com

31–40 of 114 posts

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

#31
post #24

Is Ruby/Python similar to C/C++?

no.

C precedes C++ (and uses the same basic syntax) and C++ changes the paradigm to object oriented (but like C is statically typed and compiled). Ruby and Python are part of the same paradigm of dynamic, object oriented languages.

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

#32
Haskell. I tried three times so far, and stalled each time once I reached monad transformers. Scratch that: I consistently stalled at understanding monads. I understand the Maybe monad, but I couldn't wrap my head around the implementation of the State monad. Then I looked at monad transformers, and they made my eyes cross. (If Haskell's syntax was just a tiny bit less jarring to my Lisp-addled eyes, maybe I'd try more often than once a year...)

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

#35
post #23
post #20

Earlier quoted context omitted.

I thought the same thing here - unique languages with distinctive paradigms, deserving of separate choices.

My thought process was, if Python and/or Ruby is on the to learn list, they would look at both, but go with one of them.

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

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

#38
post #23

Earlier quoted context omitted.

My thought process was, if Python and/or Ruby is on the to learn list, they would look at both, but go with one of them.

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?
Post reply on HN