After many years of waiting, version 1.0 of the Rust programming language has finally been released. The Rust home page describes Rust as "a systems programming language that runs blazingly fast, prevents nearly all segfaults, and guarantees thread safety."
Thanks to the hard work of noted Rust core team members Yehuda Katz and Steve Klabnik, Rust is now poised to become a serious competitor to established systems programming languages like C and C++.
The announcement has brought much jubilation to the followers of Rust, who have been eagerly awaiting this milestone release for so long. With only 1,940 open issues and over 11,500 issues already closed, Rust is finally ready for users to build fantastically reliable software systems using it.
(Score: 2, Insightful) by Anonymous Coward on Friday May 15 2015, @10:54PM
Are any SNers using Rust? What have you built with it so far?
(Score: 1, Interesting) by Anonymous Coward on Friday May 15 2015, @11:24PM
Let me add that I tried to but the compiler crashed on me so I couldn't actually use it. No, I didn't file a bug report. I just don't use buggy software.
(Score: 1, Informative) by Anonymous Coward on Saturday May 16 2015, @03:18AM
> Compiler crashed, I don't use buggy software.
But you do use buggy anecdotes.
It was a beta, it was supposed to be buggy.
(Score: 0) by Anonymous Coward on Saturday May 16 2015, @05:22AM
No, pre-alpha and alpha software is allowed to be buggy. Beta software should be release-grade software (that is, without bugs), but just not yet proven to be without problems. Once this release-grade software is proven during the beta testing period, it can be released. In fact, when done properly, the beta release directly becomes the final release.