Elm 0.16 发布,函数式反应编程语言
欢迎加入运维网交流群:263444886Elm 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为函数式反应编程而设计,便于创建高可交互应用。
页:
[1]