1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Erlang/OTP 19.0.rc1 发布,动态类型编程语言 下载

本帖由 漂亮的石头2016-05-15 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,660
    赞:
    47
    Erlang/OTP 19.0.rc1 发布了。

    Erlang是一个结构化,动态类型编程语言,内建并行计算支持。最初是由爱立信专门为通信应用设计的,比如控制交换机或者变换协议等,因此非常适 合于构建分布式,实时软并行计算系统。

    主要更新内容:


    • compiler, stdlib:


      • New preprocessor macros ?FUNCTION_NAME, ?FUNCTION_ARITY


      • New preprocessor directives -error(Term) and -warning(Term) to cause a compilation error or warning, respectively.

    • gen_statem a new state machine behavior


    • mnesia_ext: plugin of external storage solutions to mnesia


    • crypto: uses EVP interface in OpenSSL resulting in generally better performance and support for HW acceleration


    • ssh: performance improvements, uses the new gen_statem behavior


    • dialyzer: the support for maps is very much extended both the type specification syntax and the type analysis.


    • erts:


      • erlang:eek:pen_port(spawn, ...) 3-5 times faster


      • tracing, extensive improvements (scalability, speed, match specifications on send/receive, support for lttng, ...)


      • dirty schedulers improved


      • per process configurable handling of message_queue


      • fast loading of multiple modules


      • max_heap_size process flag


      • and much more ....

    详情参见:

    http://www.erlang.org/download/OTP-19.0-rc1.README

    下载地址:

    Erlang/OTP 19.0.rc1 发布,动态类型编程语言下载地址
     
正在加载...