In his search to find better ways to implement fault-tolerant applications, Joe Armstrong designed and implemented the first version of Erlang in 1986. He wrote the first Erlang book and held the first Erlang course—he has worked with Erlang from the very beginning. He has taught Erlang to hundreds of programmers and held countless lectures and keynotes describing the technology.
Joe has a PhD in computer science from the Royal Institute of Technology in Stockholm, Sweden and is an expert in the construction of fault tolerant systems. Joe was the chief software architect of the project which produced the Erlang OTP system. He has worked as an entrepreneur in one of the first Erlang startups (Bluetail) and has worked for 30 years in industry and research.
Joe currently works for Ericsson AB where Erlang is used to build highly-fault tolerant switching systems.
发表于2025-01-31
Programming Erlang 2025 pdf epub mobi 电子书
老头在书里明白的表示了对现在的erlang实现并不非常熟悉,尤其是一些偏门的细节,毕竟erlang的开发已经交由一个专门的小组做,老头可能专心研究容错和并行的理论去了,或者又有啥新的东西要设计。这样带来的好处是老头不像很多语言的创始人那样揪着自己得意却实际没人用的特性...
评分而是Joe Amstrong的PhD thesis. Declarative和Procedure已经争论了几十年了,现在看来,在multi-core时代Declarative programming有重新崛起的迹象。比较吸引我的地方是这种思路下很多让Procedure Programming很难解决的问题根本就不存在。比如Python的GIL.
评分第五章 95页 5.3节 关于计算mp3文件同步帧的例子 FrameLength = framelength(Layer, BitRate, SampleRate, Padding), if FrameLength < 21 -> exit(frameSize); true -> {ok, FrameLength, {Layer,BitRate,SampleRate,Vsn,Bits}} end; 为什么FrameLength要小于21呢?
评分基础知识大体都介绍了。通读一边就可以知道erlang语言优点。 在入门开发时,它就像手册,查它的时候比查Doc多。 希望能出中文版,和更深层次的书。
评分第五章 95页 5.3节 关于计算mp3文件同步帧的例子 FrameLength = framelength(Layer, BitRate, SampleRate, Padding), if FrameLength < 21 -> exit(frameSize); true -> {ok, FrameLength, {Layer,BitRate,SampleRate,Vsn,Bits}} end; 为什么FrameLength要小于21呢?
图书标签: erlang programming concurrency 编程 distribution fp 计算机科学 软件开发
Lean how to write truly concurrent programs—programs that run on dozens or even hundreds of local and remote processors. See how to write high reliability applications—even in the face of network and hardware failure—using the Erlang programming language.
很好的入门教程,深入浅出
评分看了4+遍的一本书
评分会用erlang写程序是一回事,要深入理解并行程序设计,可能还需要很长时间的理论学习和思维转换
评分满有趣的语言。
评分erlang 是我喜欢的几个语言之一, joe写的这本,从erlang的语法到实战可读性都很强...从参加erlang lounge到现在这么久才开始读这书实在是惭愧
Programming Erlang 2025 pdf epub mobi 电子书