What are some good links for diving into Erlang and functional programming in general?
+2
A:
Here's the first half of Concurrent Programming in Erlang [PDF], free.
Craig Stuntz
2008-12-17 20:07:09
+1
A:
I think the language itself is surprisingly easy to learn. I recommend http://www.erlang.org/download/getting_started-5.4.pdf
eliego
2008-12-17 20:23:05
+1
A:
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.
joel.neely
2008-12-28 21:19:05