What are some good Erlang Primers/Tutorials for be

2019-03-10 06:55发布

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

4条回答
smile是对你的礼貌
3楼-- · 2019-03-10 07:34

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.

查看更多
趁早两清
4楼-- · 2019-03-10 07:43

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

查看更多
5楼-- · 2019-03-10 07:46

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

查看更多
登录 后发表回答