设为首页收藏本站

LUPA开源社区

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

Nim 0.15.0发布,命令式编程语言

2016-10-6 16:55| 发布者: joejoe0332| 查看: 644| 评论: 0|原作者: oschina|来自: oschina

摘要: Nim 0.15.0 发布发布了,该版本包括了至少180项的bug修复以及改进。一些在这个版本中最显著的变化包括:改进的文档;另一个新的multisync宏;以及一个新的HttpClient实现。部分更新记录:Thejsonmodule now uses anO ...

Nim 0.15.0 发布发布了,该版本包括了至少180项的bug修复以及改进。一些在这个版本中最显著的变化包括:改进的文档;另一个新的multisync宏;以及一个新的HttpClient实现。

部分更新记录:

  • The json module now uses an OrderedTable rather than a Table for JSON objects.

  • The split (doc) procedure in the strutils module (with a delimiter of typeset[char]) no longer strips and splits characters out of the target string by the entire set of characters. Instead, it now behaves in a similar fashion to split with stringand char delimiters. Use splitWhitespace to get the old behaviour.

  • Overloading the special operators ., .(), .=, () now needs to be enabled via the{.experimental.} pragma.

  • immediate templates and macros are now deprecated. Use untyped (doc) parameters instead.

  • The metatype expr is deprecated. Use untyped (doc) instead.

  • The metatype stmt is deprecated. Use typed (doc) instead.

  • The compiler is now more picky when it comes to tuple types. The following code used to compile, now it's rejected:

完整更新日志:

发行说明:

下载地址:

Nimrod (已改名为 Nim)是一个新型的静态类型、命令式编程语言,支持过程式、函数式、面向对象和泛型编程风格而保持简单和高效。Nimrod从Lisp继承来的一个特殊 特性--抽象语法树(AST)作为语言规范的一部分,可以用作创建领域特定语言的强大宏系统。

Nimrod是一个编译型的具有垃圾收集的系统编程语言,有着极其卓越的生产/性能比。Nimrod的设计集中在三个E上:即效率(efficiency)、表达能力(expressiveness)和优雅(elegance)。


酷毙

雷人
1

鲜花

鸡蛋

漂亮

刚表态过的朋友 (1 人)

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

最新评论

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

返回顶部