What are some good links for diving into Erlang and functional programming in general?
相关问题
- Relation between Function1 and Reader Monad
- scala passing function with underscore produces a
- Is “new” in Erlang part of the official standard a
- how to create a keep-alive process in Erlang
- Combining n vectors into one vector of n-tuples
相关文章
- Is there something like the threading macro from C
- Learning F#: What books using other programming la
- Creating a list of functions using a loop in R
- How do I modify a record in erlang?
- Check active timers in Erlang
- When to use interfaces, and when to use higher ord
- undefined function maps:to_json/1
- Functors in Ocaml
Here's the first half of Concurrent Programming in Erlang [PDF], free.
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.
this might be a good one to look at http://learnyousomeerlang.com/
I think the language itself is surprisingly easy to learn. I recommend http://www.erlang.org/download/getting_started-5.4.pdf