• 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

     

     

     
  • 相关阅读:
    笔记:多线程访问ConcurrentHashMap对key加锁
    根据第三列去重
    Correct the classpath of your application so that it contains a single, compatible version of org.apache.log4j.ConsoleAppender
    python 中将源配置为阿里
    criteria两个 判断
    git flow
    sqlmap用法详解
    MongoDB 入门
    MongoDB 手册
    OWASP TOP 10简单介绍
  • 原文地址:https://www.cnblogs.com/mengfanrong/p/4306698.html
Copyright © 2020-2023  润新知