设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Elixir 1.5版本发布,函数式编程语言

2017-7-26 22:19| 发布者: joejoe0332| 查看: 444| 评论: 0|原作者: oschina|来自: oschina

摘要: Elixir 1.5发布了,Elixir 是一种函数式编程语言,建立在Erlang虚拟机之上。它是一种动态语言,灵活的语法与宏支持,利用Erlang的能力来构建并发、分布式、容错应用程序与热代码升级。该版本更新内容如下:Enhancement ...

Elixir 1.5 发布了,Elixir 是一种函数式编程语言,建立在Erlang虚拟机之上。它是一种动态语言,灵活的语法与宏支持,利用Erlang的能力来构建并发、分布式、容错应用程序与热代码升级。

该版本更新内容如下:

Enhancements

Elixir

  • [Access] Optimize Access.get/2

  • [Base] Optimize Base encode/decode

  • [Calendar] Implement Inspect for DateTime with Calendar.ISO

  • [Calendar] Add "ISO days" format for conversions between Calendars and Date.convert/2Time.convert/2NaiveDateTime.convert/2 and DateTime.convert/2 (as well as bang variants)

  • ……

Bug fixes

Elixir

  • [Calendar] Ensure Calendar.ISO raises a readable error when reaching up the year 10000 restriction

  • [Calendar] Return {:error, :invalid_time} for wrong precision instead of crashing when parsing ISO dates

  • [Enumerable] Raise Protocol.UndefinedError on bad functions in Enumerable implementation

  • [File] Ensure recursive file operations raise on paths with null bytes (security issue reported by Griffin Byatt)

  • ……

Soft deprecations (no warnings emitted)

Elixir

  • [Kernel] not left in right is soft-deprecated in favor of left not in right

Deprecations

Elixir

  • Atom.to_char_list/1Float.to_char_list/1Integer.to_char_list/1Integer.to_char_list/2Kernel.to_char_list/1List.Chars.to_char_list/1String.to_char_list/1 have been deprecated in favor of their to_charlist version. This aligns with the naming conventions in both Erlang and Elixir

  • [Enum] Deprecate Enum.filter_map/3 in favor of Enum.filter/2 + Enum.map/2 or for-comprehensions

本次更新内容较多,完整内容请查看发行首页

下载地址:


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部