日韩无码专区无码一级三级片|91人人爱网站中日韩无码电影|厨房大战丰满熟妇|AV高清无码在线免费观看|另类AV日韩少妇熟女|中文日本大黄一级黄色片|色情在线视频免费|亚洲成人特黄a片|黄片wwwav色图欧美|欧亚乱色一区二区三区

RELATEED CONSULTING
相關咨詢
選擇下列產品馬上在線溝通
服務時間:8:30-17:00
你可能遇到了下面的問題
關閉右側工具欄

新聞中心

這里有您想知道的互聯(lián)網營銷解決方案
Rust0.10發(fā)布,Mozilla新的編程語言

Rust 0.10 發(fā)布,此版本被認為是 ALPHA 版本,所以大家謹慎使用。此版本分離了 libextra 庫;引入了 cross-crate 語法擴展和宏;改進了 Deref trait 指針;改進了編譯器外的 I/O 錯誤處理。此版本看似引入了新 RFC 進程,但是同時也支持二進制安裝。更多內容請看發(fā)行說明。

創(chuàng)新互聯(lián)基于成都重慶香港及美國等地區(qū)分布式IDC機房數(shù)據(jù)中心構建的電信大帶寬,聯(lián)通大帶寬,移動大帶寬,多線BGP大帶寬租用,是為眾多客戶提供專業(yè)服務器托管報價,主機托管價格性價比高,為金融證券行業(yè)服務器托管,ai人工智能服務器托管提供bgp線路100M獨享,G口帶寬及機柜租用的專業(yè)成都idc公司。

源碼下載:

 
 
  1. * http://static.rust-lang.org/dist/rust-0.10.tar.gz  
  2.   http://static.rust-lang.org/dist/rust-0.10.tar.gz.asc  
  3.   SHA256 (of .tar.gz):  
  4.   c72cfbbf03016804a81d7b68e8258ffaf018f8f5a25550ad64571ce6c2642cf9  
  5.  
  6. Windows installer  
  7.  
  8. * http://static.rust-lang.org/dist/rust-0.10-install.exe  
  9.   http://static.rust-lang.org/dist/rust-0.10-install.exe.asc  
  10.   SHA256 (of .exe):  
  11.   ee7ea67845f5dd3b545b225135cca21fa5786baef4ab03f9f996f2e72bf40c6e  
  12.  
  13. Linux binary tarballs  
  14.  
  15. * http://static.rust-lang.org/dist/rust-0.10-x86_64-unknown-linux-gnu.tar.gz  
  16.   http://static.rust-lang.org/dist/rust-0.10-x86_64-unknown-linux-gnu.tar.gz.asc  
  17.   SHA256 (of .tar.gz):  
  18.   e5d6d490beee3c8f2d284f62e730193a92080d4cdf46bf972a8ddbec5bc16045  
  19.  
  20. * http://static.rust-lang.org/dist/rust-0.10-i686-unknown-linux-gnu.tar.gz  
  21.   http://static.rust-lang.org/dist/rust-0.10-i686-unknown-linux-gnu.tar.gz.asc  
  22.   SHA256 (of .tar.gz):  
  23.   7e17912b23dc790ca8ff3272500beba41afc9a1cd923bbf7a606e7d21d3ea89a  
  24.  
  25. Mac OS X binary installers  
  26.  
  27. * http://static.rust-lang.org/dist/rust-0.10-x86_64-apple-darwin.pkg  
  28.   http://static.rust-lang.org/dist/rust-0.10-x86_64-apple-darwin.pkg.asc  
  29.   SHA256 (of .pkg):  
  30.   332253023b8f641b6d0b21289a1542521d83d1e77c6aa4d1a9b94c2927769407  
  31.  
  32. * http://static.rust-lang.org/dist/rust-0.10-i686-apple-darwin.pkg  
  33.   http://static.rust-lang.org/dist/rust-0.10-i686-apple-darwin.pkg.asc  
  34.   SHA256 (of .pkg):  
  35.   26b5630083afd2286526128158e9d83fb9d4b7d965d9d89e6c6cf536105ed756  
  36.  
  37. Mac OS X binary tarballs  
  38.  
  39. * http://static.rust-lang.org/dist/rust-0.10-x86_64-apple-darwin.tar.gz  
  40.   http://static.rust-lang.org/dist/rust-0.10-x86_64-apple-darwin.tar.gz.asc  
  41.   SHA256 (of .tar.gz):  
  42.   ad0ad37886a43f0817f8115ae4e5daf17912fc31d258ebf79a73647bcc5f4eb8  
  43.  
  44. * http://static.rust-lang.org/dist/rust-0.10-i686-apple-darwin.tar.gz  
  45.   http://static.rust-lang.org/dist/rust-0.10-i686-apple-darwin.tar.gz.asc  
  46.   SHA256 (of .tar.gz):  
  47.   96c51f784e0f5c13d02c1fa4f4ad35936c0396afd8e2217b07f9708be08e06bb 

Mozilla 目前正在開發(fā)一個新的編程語言,名為“Rust”,由web語言的領軍人物Brendan Eich(js之父),Dave Herman以及Mozilla公司的Graydon Hoare 合力開發(fā)。

創(chuàng)建這個新語言的目的是為了解決一個很頑疾的問題:軟件的演進速度大大低于硬件的演進,軟件在語言級別上無法真正利用多核計算帶來的性能提升。Rust是針對多核體系提出的語言,并且吸收一些其他動態(tài)語言的重要特性,比如不需要管理內存,比如不會出現(xiàn)Null指針等等。

Rust 最早是在今年7月的Mozilla的社區(qū)峰會上公之于眾的,當時就有人問以后是否會用Rust重寫Firefox,Brenda說希望如此。Rust目前還處于初期的開發(fā)階段,開發(fā)團隊目前并不想花太多的時間在語法上,不過他們還是提供了一小段代碼:

 
 
  1. iter pairs() -> tup(int,int) {  
  2.  
  3.  let int i = 0;  
  4.  
  5.  let int j = 0;  
  6.  
  7.   while (i < 10) {  
  8.  
  9.     put tup(i, j);  
  10.  
  11.     i += 1;  
  12.  
  13.     j += i;  
  14.  
  15.   }  
  16.  
  17. }  
  18.  
  19. fn main() {  
  20.  
  21.   let int i = 10;  
  22.  
  23.   let int j = 0;  
  24.  
  25.   for each (tup(int,int) p in pairs()) {  
  26.  
  27.       log p._0;  
  28.  
  29.       log p._1;  
  30.  
  31.       check (p._0 + 10 == i);  
  32.  
  33.       i += 1;  
  34.  
  35.       j = p._1;  
  36.  
  37.     }  
  38.  
  39.   check(j == 45);  
  40.  
  41. }  

原文鏈接:http://www.oschina.net/news/50408/rust-0-10-released


當前標題:Rust0.10發(fā)布,Mozilla新的編程語言
瀏覽路徑:http://www.5511xx.com/article/dhejsoj.html