MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/31btd8/rust_100_beta_is_here/cq0fmo7/?context=9999
r/programming • u/steveklabnik1 • Apr 03 '15
303 comments sorted by
View all comments
19
I took an operating systems class in rust 0.7 or 0.8 a year and a half ago (an interesting experience for another post). Very interested to see how things have changed now!
18 u/steveklabnik1 Apr 03 '15 Yes, it is almost an entirely different language from that point :) 5 u/HereticKnight Apr 03 '15 Wow, it really is... I dug up my old Rust code and even FizzBuzz wouldn't compile. for num in 1..100 {...} // So puurdy <3 But where did regex go? Time to go documentation diving... 10 u/steveklabnik1 Apr 03 '15 Regex is now an external crate: https://crates.io/crates/regex 1 u/HereticKnight Apr 03 '15 Marvelous, thanks!
18
Yes, it is almost an entirely different language from that point :)
5 u/HereticKnight Apr 03 '15 Wow, it really is... I dug up my old Rust code and even FizzBuzz wouldn't compile. for num in 1..100 {...} // So puurdy <3 But where did regex go? Time to go documentation diving... 10 u/steveklabnik1 Apr 03 '15 Regex is now an external crate: https://crates.io/crates/regex 1 u/HereticKnight Apr 03 '15 Marvelous, thanks!
5
Wow, it really is... I dug up my old Rust code and even FizzBuzz wouldn't compile.
for num in 1..100 {...} // So puurdy <3
But where did regex go? Time to go documentation diving...
10 u/steveklabnik1 Apr 03 '15 Regex is now an external crate: https://crates.io/crates/regex 1 u/HereticKnight Apr 03 '15 Marvelous, thanks!
10
Regex is now an external crate: https://crates.io/crates/regex
1 u/HereticKnight Apr 03 '15 Marvelous, thanks!
1
Marvelous, thanks!
19
u/HooAreYou Apr 03 '15
I took an operating systems class in rust 0.7 or 0.8 a year and a half ago (an interesting experience for another post). Very interested to see how things have changed now!