Live data from Hacker News

Which programming language do you want to learn next?

edd.me

11–20 of 87 posts

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

#16
post #12

Erlang, just for fun. I really want to learn Haskell even better but for a new language I'd pick Erlang for the moment.

Erlang is definitely the most fun language I've learned in many years. It will make you think very differently then most other languages and at least slightly change the way you think about everyday programming.

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

#17

No more new languages for a little while. New algorithms and problem domains instead.

Yeah, I went through the learn-every-programming-language-possible stage in late college and the couple years afterwards. I eventually decided that no language is going to boost your effectiveness as much as knowing your problem domain very, very thoroughly. There's a lot of depth in specialized algorithms that isn't visible to someone in college or a web shop, yet many of the most lucrative startups come from specialized algorithmic knowledge.

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

#18
Scala.

I want the power of types and functional programming and Actor concurrency, but am leery of doing anything practical with languages like Erlang or Haskell.

Plus, Scala runs on the JVM and is thus compatible with all of Java's libraries. The day I have to read a UTF8 string backwards I want to use some standard library, not get creative with a linked list of ints.

Plus plus, the Lift framework looks pretty great.

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

#19
post #14

Forth, still. Written a few bits but want to get serious.

You can go ahead and write your own forth interpreter (or maybe Cat http://cat-language.com). Writing your own stack-based programming lang is a lot of fun! (That is my toy project for december)
Post reply on HN