红联Linux门户
Linux帮助

Rust 1.11.0发布,Mozilla的编程语言

发布时间:2016-08-19 09:36:42来源:红联作者:baihuo
Rust 1.11.0 发布了,Rust 是 Mozilla 的一个新的编程语言,由web语言的领军人物Brendan Eich(js之父),Dave Herman以及Mozilla公司的Graydon Hoare 合力开发。

创建这个新语言的目的是为了解决一个很顽疾的问题:软件的演进速度大大低于硬件的演进,软件在语言级别上无法真正利用多核计算带来的性能提升。Rust是针对多核体系提出的语言,并且吸收一些其他动态语言的重要特性,比如不需要管理内存,比如不会出现Null指针等等。

语言方面改进:

cfg_attr works on path attributes

Support nested cfg_attr attributes

Allow statement-generating braced macro invocations at the end of blocks

Macros can be expanded inside of trait definitions

#[macro_use] works properly when it is itself expanded from a macro

软件详情:https://github.com/rust-lang/rust/blob/master/RELEASES.md

下载地址:https://www.rust-lang.org/en-US/downloads.html

来自:开源中国社区
文章评论

共有 0 条评论