学习erlang书籍 - 转

Here are a few resources:
Programming Erlang, by Joe Armstrong. A good book, really teaching you more about the fundamentals of Erlang and hot the abstractions are built. Some people found it a bit dry and hard to follow. Joe Armstrong is the original creator of Erlang, along with Robert Virding and Mike Williams
Erlang in Practice, screencasts by Kevin Smith. He starts from scratch and makes you build a distributed chat application with mochiweb. Then you refactor it to use OTP behaviours and finally pack it up into an OTP application. It‘s worth it if you‘ve got some experience already and are really looking at how to build stuff rather than references.
Erlang Programming, by Francesco Cesarini and Simon Thompson. This book is often suggested along with Joe Armstrong‘s book. It‘s got the approach of Software engineers and contains more tips about debugging software, maintaining it, profiling, tracing, etc. Whether you prefer this book or Joe‘s book is usually pretty personal.
Learn You Some Erlang for great good!, by Fred T-H (that‘s me). I‘m tooting my own horn here. It‘s an online book I am currently writing that‘s still not complete, but attempts to be friendly and a free alternative to other books.
Concurrent programming in ERLANG, by Joe Armstrong, Robert Virding, Claes Wilström and Mike Williams. This is an old out of print book from the 1996, pretty rare and costs a lot. It was commissioned by Nokia (or some other telco corp) if I recall correctly. Back then, Erlang was still closed source. even though it shows the bases real quick, I consider it an advanced book for the chapters 11 and 12, which basically encompass a few of Erlang‘s many clever distributed algorithms for handling distributed processing and distributed data (including how to implement transactions for a database and whatnot). You can still get the first part online for free, which will guide you through the basics, although I‘d avoid them as a learning source for a newcomer.
There are few other books, either not yet released or that I have not read (yet), so I couldn‘t give you more than a link:
Erlang and OTP in Action, by Martin Logan, Eric Merritt, and Richard Carlsson, planned for July 2010. There‘s a review edition currently available;
Erlang Web Applications: Problem - Design - Solutions, by Nick Gerakines, planned for August 2010;
Mastering Erlang: Writing Real World Applications, by Geoff Cant, was planned for March 2010, I think only review copies are out at the moment. Not too sure about what‘s going on with that one. Amazon mentions it as deliverable, but I couldn‘t find in on Apress‘ site.
There are a few other sites which either mention Erlang or see it on the surface, but I couldn‘t include everything. If you really want something very hands on, I recommend Erlang for Skeptics, by Luke Venediger. The book is very short and Luke has been thinking of reworking it, but it‘s a very quick walkthrough.

时间: 2024-10-19 16:11:11

学习erlang书籍 - 转的相关文章

前端学习资料(书籍和视频)

1.妙味课堂--jquery源码分析视频   2.前沿视频教室<精通JavaScript视频教程>    3.妙味课堂javascript+jquery视频教程 前端学习资料(书籍和视频)

大数据技术学习推荐书籍(一)

因为工作需要需要做一些与大数据开发有关的工作,加之网上的知识过于分散,经常往图书馆跑.看了很多与数据相关的书籍,认为以下基本比较不,错推荐给大家.因为本人接触大数据不足一年,肯定会有一些错误的观念,有错误的地方欢迎在文章下方的评论中评论. 1.<解惑大数据>人民邮电出版社, 2013,丁圣勇,樊勇兵,闵世武编著. 此书综合讲解有关大数据的相关术语和概念,看此书的技术要求较低,非常适合想学习大数据和对大数据相关概念模糊的人员阅读. 2.<写给大忙人的Hadoop2>电子工业出版社,2

传智播客内部 学习网站+书籍分享

IT社区: http://www.cnblogs.com/ http://www.csdn.net/ http://www.51cto.com/ http://www.cocoachina.com/ http://www.techcn.com.cn/ http://mobilehub.io/   推荐 iOS 学习网站: http://www.w3school.com.cn/ http://objccn.io/ http://github.ibireme.com/github/list/ios/

Win32/MFC/COM学习推荐书籍

以前有不少朋友问关于学习各种技术的推荐书籍的问题,这里把我觉得比较好的一些书籍列一下,希望能起到抛砖引玉的作用就好了:) Win32开发 Programming Windows by Charles Petzold:Charles Petzold的书,Windows编程入门的超经典书籍,很多朋友学习了MFC,可是还是不清楚Windows程序的运作原理,结构和各种API的用法,这本书由浅入深的讲解了用Win32 API编程,特别是和GUI相关的API,强烈推荐! Windows核心编程 / Pro

新手嵌入式linux学习必备书籍

很多的嵌入式Linux新手,对自己的学习过程十分迷茫,不知道从何学习?学习过程中需要看哪些相关书籍?之前的写的一篇关于嵌入式开发如何入门,如何深入?的文章希望对你有所帮助,接下来就为嵌入式Linux新手们推荐一些关于嵌入式Linux学习的核心书籍. Linux基础 1.<Linux与Unix Shell 编程指南> C语言基础 1.<C Primer Plus,5th Edition>[美]Stephen Prata著 2.<The C Programming Languag

国外PHP学习网站书籍资料汇总

PHP网站 --PHP相关的有帮助的网站PHP The Right Way: 一个PHP实践的快速参考指导PHP Best Practices: PHP最佳实践指导PHP Weekly: 一个PHP新闻周刊PHP Security: PHP安全方面的指导PHP FIG: PHP框架交互组PHP UG: 一个帮助人们定位最近PHP用户组的网站Seven PHP: 一个采访PHP社区用户的网站Nomad PHP: 在线的PHP学习资源PHP Mentoring: 点对点的PHP指导组织 其它网站 -

圣诞节为大家推荐一些学习java书籍

怎样学习才能从一名Java初级程序员成长为一名合格的架构师,或者说一名合格的架构师应该有怎样的技术知识体系,这是不仅一个刚刚踏入职场的初级程序员也是工作一两年之后开始迷茫的程序员经常会问到的问题 初级书单 <编写高质量代码--改善Java程序的151个建议> 这是一本值得入门java的人放在床头的书.此书内容广泛.要点翔实.大多数优秀程序设计书籍都需要看老外写的,但是这本讲述提高java编程水平的书还是不错的,适合具有基本java编程能力的人. 对于程序猿而言,工作久了,就感觉编程习惯对一个人

入门机器(深度)学习的书籍及学习资料推荐

(第一次写博客,如有什么地方写得不对的,或者意见相左的,还请见谅!) 工作了一段时间,又重新回来读书(本科计算机专业,第一个研究生是商科,现读回了计算机专业)了,最开始想着走APP研发路线的,但是最终回来读书之后却恰好碰上了so-called人工智能,所以就决定将专业设定为数据分析(Data Analytics),主要学习的课程方向是数据可视化分析,机器学习和深度学习等课程.刚回来读书那会,太多不适应,特别是要重新捡回很多编程的知识和技能是一件挺艰辛的事.当初辞职那会准备相关的编程技能主要事针对

OC学习之书籍-&gt;Objective-C 程序设计第六版

最近时间比较充裕,想学习IOS开发,经过多方考察还是决定从oc学起,从基础的oc语法慢慢的走向cocoa框架的学习. oc的入门语言我我选择最新版的objective-c程序设计,主要是参考豆瓣的书评.借助51cto的博客,来记录下学习历程.