Live data from Hacker News

Which programming language do you want to learn next?

edd.me

51–60 of 87 posts

Re: Which programming language do you want to learn next?

#51
post #47
post #40

Earlier quoted context omitted.

> doing anything practical with languages like Erlang or Haskell Why do learn it for a specific reason? Why not learn a language to expand your mind? Scala is awesome, but Haskell will help you make use of some of its more powerful features. By all means, learn both. Erlang is interesting and is quite practical too (albeit Scala tends to be practical in more kinds of problems: there many times where you want an easie…

I don't have an opinion about erlang or scala, but I agree with the poster that it is important to do something practical with a language. How will you learn the concepts that a language tries to teach you without actually building something non-trivial in it?

Oh you can certainly build non-trivial things in the language. It's just you may not be able to use it for a work project (for different reasons). This is what I meant by practical: software that you build at work and that operations will deploy or sales will sell.

There's tons of practical applications built in both Haskell and Erlang: erlang has rabbit mq (I have some criticisms of it, but they're not related to the language it's built in), Haskell has XMonad (the window manager I use on a daily basis). Both are very practical.

Re: Which programming language do you want to learn next?

#57
all the ones mentioned by the panel(io, rebol, factor, forth, ...

http://www.cs.uni.edu/~wallingf/blog/archives/monthly/2010-1...

I'm not actually going to learn any of them, i'm going to find some URLs that say why they're different from the ruby/python/java/c* maelstrom

Re: Which programming language do you want to learn next?

#59
post #50

JavaScript. But properly . Yegge was right, I believe. It's going to be the language that defines thks decade, for sure.

Ditto, but via CoffeeScript, and with node.js/socket.io.

Yeah, JavaScript is running the risk of turning into the new C++ with all of these dialects and subsets ;-)

Re: Which programming language do you want to learn next?

#60
post #6

F#. It should let me get my mind around a somewhat different approach to programming compared my main languages (C#, Javascript) while letting me still work with a know platform.

+1 for F#. it is a really great language and I learned a ton by spending about 250 hours with it. The book Expert F# is a really good resource. the first 200 pages are about the language (a complete guide) and the rest is just case studies of .NET junk. I wish they had made 2 books not one... 1st 1/2 is excellent though and worth buying.
Post reply on HN