zoukankan      html  css  js  c++  java
  • [Erlang 0115] 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).

         这本书的作者真的是前辈,他老人家写代码的时候我还没有出生, 而且按照他的功力,这本书应该会非常有料,看下目录: 

    1. Introduction
    2. The Compiler
    3. Processes and the PCB
    4. The Erlang Virtual Machine: BEAM
    5. Modules and The BEAM File Format
    6. Scheduling
    7. The Erlang Type System and Tags
    8. The Memory Subsystem: Stacks, Heaps and Garbage Collection
    9. Advanced data structures (ETS, DETS, Mnesia)
    10. Different Types of Calls, Linking and Hot Code Loading
    11. BEAM Instructions (25p)
    12. Platform Independence
    13. IO, Ports and Networking
    14. BIFs NIFs and Linked in Drivers
    15. Native code/li>
    16. Building ERTS
    17. The Shell
    18. Operation and maintenance
    19. Crash dumps
    20. The Debugger
    21. Tracing and Profiling
    22. Tweaking and optimizing

       应该说,这本书出版又填补了Erlang图书的一个空白,过去的一两年中,专门讲Erlang语言,OTP实践,Web开发的书都出了,甚至还有些面向初学者的练习书也出版了;而唯独讲Erlang 底层机制实现的书没有出现,这些资料散见于各种论文,博客,没有一本书系统的梳理这方面的知识;之前淘宝褚霸好像有意向出一本Erlang系统优化的书,不过考虑到性能测试依赖的硬件条件和软件的更新,信息时效性是一个巨大的挑战,这个计划就放弃了,现在霸爷在翻译LYSE.

     另外一本书,依然是出自O’Reilly手笔:《Designing for Scalability with Erlang/OTP Implementing Robust, Fault-Tolerant Systems》

    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

     
  • 相关阅读:
    连接到 ASP.NET 数据库
    ASP.NET数据库操作代码小结:SQL Server篇
    无法远程连接 SQL Server 2008
    使用 ADO.NET 来创建、读取、更新和删除数据
    User表引发的"FROM子句语法错误"
    传入的表格格式数据流(TDS)远程过程调用(RPC)协议流不正确
    ANSI,Unicode,UTF8网页编码的区别【转】
    ASP.NET 数据库原理【转】
    Eval()时间格式化
    Eclipse下无法自动编译,或者WEBINF/classes目录下没文件,编译失败的解决办法
  • 原文地址:https://www.cnblogs.com/me-sa/p/erlang_new_books.html
Copyright © 2011-2022 走看看