Home > Erlang探索 > Erlang/OTP R14B03发布

Erlang/OTP R14B03发布

May 30th, 2011

原创文章,转载请注明: 转载自系统技术非业余研究

本文链接地址: Erlang/OTP R14B03发布

Erlang/OTP R14B03 has been released as planned on May 25:th 2011. It is the third R14 service release.

Highlights:
* Diameter is a brand new application in this release. The application support the diameter protocol specified in RFC 3588 and is intended to provide an Authentication, Authorization and Accounting (AAA) framework for applications.
* The documentation for stdlib and kernel now uses type specifications from the source modules which should guarantee that the documentation and code are consistent with regard to the type information.

详细参见:http://www.erlang.org/download/otp_src_R14B03.readme
下载:http://www.erlang.org/download.html

这次发布主要是bugfix修正了些vm方面的bug,整理了下文档。需要稳定性的同学暂时不要更新,这个版本貌似还是不够稳定,刚出版本就发现引入了些bug。

玩得开心!

Post Footer automatically generated by wp-posturl plugin for wordpress.

Categories: Erlang探索 Tags: , ,
  1. jiam
    May 31st, 2011 at 18:52 | #1

    rails core 成员在erlang基础上开发了elixir语言,保留了erlang的性能而ruby类似的语法大大降低了新手对erlang的学习曲线,不知道您对此项目有什么看法?
    项目源代码
    https://github.com/josevalim/elixir
    作者josevalim进行的一个性能测试对比
    https://gist.github.com/999390

    Yu Feng Reply:

    愿望是美好的,现实是残酷的

    jiam Reply:

    对它的愿望不需要达到原生erlang的程度,只是相对nodejs是一个更好的选择就不错了。

Comments are closed.