What are some good Erlang Primers/Tutorials for beginners?

馋奶兔 提交于 2019-12-20 09:48:40

问题


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


回答1:


Here's the first half of Concurrent Programming in Erlang [PDF], free.




回答2:


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




回答3:


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




回答4:


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.



来源:https://stackoverflow.com/questions/375827/what-are-some-good-erlang-primers-tutorials-for-beginners

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!