发布于 2016-06-22 23:48:41 | 162 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Erlang 编程语言

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


Erlang/OTP是一个主要版本,更新了新功能,相当多的改进,以及一些不兼容。

更新日志:

  • 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

  • ssl: enhanced error log messages

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

  • erts:

    • erlang:open_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

  • erts/kernel: Experimental support for Unix Domain Sockets Example: gen_udp:open(0, [{ifaddr,{local,"/tmp/socket"}}])

  • and much more ....

详细更新列表请查看 http://www.erlang.org/download/otp_src_19.0.readme

下载地址:



历史版本 :
Erlang/OTP 20.2 发布,动态类型编程语言
Erlang/OTP 20.0 发布,动态类型编程语言
emqttd 2.1.0 发布,Erlang 集群 MQTT 消息服务器
emqttd 1.1.3 ,Erlang 集群 MQTT 消息服务器
Emqttd 1.1.2-beta 发布, Erlang 集群 MQTT 消息服务器
Erlang/OTP 19.0 发布,动态类型编程语言
Erlang/OTP 18.3.4 发布,动态类型编程语言
Erlang/OTP 19.0.rc2 发布
Emqttd 1.1-beta 版本发布,Erlang 集群 MQTT 消息服务器
Erlang/OTP 19.0.rc1 发布,动态类型编程语言
Erlang/OTP 18.3.3 发布
Emqttd 1.0 (七英里)版本发布, Erlang 集群 MQTT 消息服务器
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务