首页 > 代码库 > 2014值得期待的Erlang两本新书
2014值得期待的Erlang两本新书
在2014年的开头就有这样一个令人振奋的好消息,Erlang有一本新书即将出版 《The Erlang Runtime System》,其作者happi在2013年3月份公布了这本书的写作计划:"The plan is to have the book done by the end of 2013 and published early 2014. ",出版方是O’Reilly,按照O’Reilly近一两年的管理,都会有电子版(PDF epub)的版本,所以我们还是有机会在较早的时机看到这本书.
I have been programming for fun since 1980, and for profit since 1989 when I started my first company. I have been working on native code compilation of Erlang, with the implementation of Scala, on virtual machines, and with internet scale online payment solutions. Currently I am writing a book on the Erlang Runtime System (ERTS).
这本书的作者真的是前辈,他老人家写代码的时候我还没有出生, 而且按照他的功力,这本书应该会非常有料,看下目录:
- Introduction
- The Compiler
- Processes and the PCB
- The Erlang Virtual Machine: BEAM
- Modules and The BEAM File Format
- Scheduling
- The Erlang Type System and Tags
- The Memory Subsystem: Stacks, Heaps and Garbage Collection
- Advanced data structures (ETS, DETS, Mnesia)
- Different Types of Calls, Linking and Hot Code Loading
- BEAM Instructions (25p)
- Platform Independence
- IO, Ports and Networking
- BIFs NIFs and Linked in Drivers
- Native code/li>
- Building ERTS
- The Shell
- Operation and maintenance
- Crash dumps
- The Debugger
- Tracing and Profiling
- Tweaking and optimizing
应该说,这本书出版又填补了Erlang图书的一个空白,过去的一两年中,专门讲Erlang语言,OTP实践,Web开发的书都出了,甚至还有些面向初学者的练习书也出版了;而唯独讲Erlang 底层机制实现的书没有出现,这些资料散见于各种论文,博客,没有一本书系统的梳理这方面的知识;之前淘宝褚霸好像有意向出一本Erlang系统优化的书,不过考虑到性能测试依赖的硬件条件和软件的更新,信息时效性是一个巨大的挑战,这个计划就放弃了,现在霸爷在翻译LYSE.
另外一本书,依然是出自O’Reilly手笔:《Designing for Scalability with Erlang/OTP Implementing Robust, Fault-Tolerant Systems》
这本可不是小册子,作者还是大咖Francesco Cesarini, Simon Thompson, Robert Virding,400页的篇幅.从名字和篇幅来看,这本书将给我们带来实战经验分享.这本书的发布日期是六月份,换句话说我们可以在六七月份看到这本书的电子版.
非常期待能有国内的出版社能够拿到这两本书的影印版版权,一定会支持正版.
[0] 第一本 http://stenmans.org/happi_blog/?p=173
[1] 第二本 http://shop.oreilly.com/product/0636920024149.do
2014值得期待的Erlang两本新书