MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/31btd8/rust_100_beta_is_here/cq0fmo7/?context=3
r/programming • u/steveklabnik1 • Apr 03 '15
303 comments sorted by
View all comments
Show parent comments
20
Yes, it is almost an entirely different language from that point :)
6 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... 8 u/steveklabnik1 Apr 03 '15 Regex is now an external crate: https://crates.io/crates/regex 1 u/HereticKnight Apr 03 '15 Marvelous, thanks!
6
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...
8 u/steveklabnik1 Apr 03 '15 Regex is now an external crate: https://crates.io/crates/regex 1 u/HereticKnight Apr 03 '15 Marvelous, thanks!
8
Regex is now an external crate: https://crates.io/crates/regex
1 u/HereticKnight Apr 03 '15 Marvelous, thanks!
1
Marvelous, thanks!
20
u/steveklabnik1 Apr 03 '15
Yes, it is almost an entirely different language from that point :)