Programming Erlang 在線電子書 圖書標籤: erlang programming concurrency 編程 distribution fp 計算機科學 軟件開發
發表於2024-11-22
Programming Erlang 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024
會用erlang寫程序是一迴事,要深入理解並行程序設計,可能還需要很長時間的理論學習和思維轉換
評分因為學習 Elixir 的緣故,花瞭些時間學瞭下 Erlang。不得不說,Erlang 的那一套並發世界的哲學觀給我帶來瞭相當大的震撼。寫 Erlang 的機會估計不會很多,但是瞭解下 Erlang 這門語言是很有必要的。書本身寫得很不錯,畢竟是 Erlang 的作者親自操刀。有時間還要去看下 Joe 爺爺的博士論文。
評分interested in erlang
評分看瞭4+遍的一本書
評分Erlang之父的作品,比較通俗易懂,容易上手~
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.
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.
大学毕业的论文是关于Scalaris,是一个采用Erlang开发的分布式 key-value 存储系统,所有就买了这本书,写的很好,对我完成毕业论文贡献很大,我很庆幸自己能在毕业是接触这门语言,这种语言和我在大学学到C/C++、java等完全不一样,看完这本书让我思维更加宽阔,对计算机语言...
評分老头在书里明白的表示了对现在的erlang实现并不非常熟悉,尤其是一些偏门的细节,毕竟erlang的开发已经交由一个专门的小组做,老头可能专心研究容错和并行的理论去了,或者又有啥新的东西要设计。这样带来的好处是老头不像很多语言的创始人那样揪着自己得意却实际没人用的特性...
評分感觉贵了点啊。一些函数编程FP的特点比如currying也没有明说出来,对于只想了解大概而不想从头到尾一点一滴学一门新语言来说的人,这本书罗嗦了点。就当开卷有益吧。
評分本书对erlang编程涉及到的各个方面,做了循序渐进的,深入浅出的描述。几乎没有什么废话,每一章都需要看,因为实用的erlang程序几乎要用到这里描述的每一个知识点。 花了一周时间看完,边看边敲代码,难度不大。 之后作一个实际的项目,把otp使用一下,基本上就掌握了。剩...
評分第五章 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呢?
Programming Erlang 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024