What are some good links for diving into Erlang and functional programming in general?

link|improve this question
feedback

4 Answers

I think the language itself is surprisingly easy to learn. I recommend http://www.erlang.org/download/getting_started-5.4.pdf

link|improve this answer
feedback

Let me suggest that Erlang is not necessarily typical of "functional programming in general". If you want a good balance, I'd combine reading some of the Erlang-specific sources already cited (or Joe Armstrong's book, Programming Erlang: Software for a Concurrent World) with some of the tutorial links from the Haskell web site.

link|improve this answer
why? could you please try to describe what makes it atypical? I'd be very interested in that. – akavel Mar 29 '11 at 13:12
feedback

this might be a good one to look at http://learnyousomeerlang.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.