Elm 0.16 发布,该版本更快更友好,主要更新如下:
produces dramatically better error messages
catches incomplete pattern matches
introduces tail-call optimization
removes redundant syntax to improve the “code texture” of Elm
Elm是一种函数式语言,可编译为HTML、CSS和JavaScript。
Elm为函数式反应编程而设计,便于创建高可交互应用。
软件详情:http://elm-lang.org/blog/compilers-as-assistants
下载地址:https://github.com/elm-lang/elm-compiler/releases
来自:开源中国社区

