Packaging Rust for Fedora
Packaging Rust for Fedora
Posted Oct 30, 2022 10:28 UTC (Sun) by ssokolow (guest, #94568)In reply to: Packaging Rust for Fedora by zdzichu
Parent article: Packaging Rust for Fedora
It's a bit misleading to point to pre-1.0 versions of Rust, given some of the massive changes that took place in the lead-up to promising stability.
For example, in 2013, they switched from compiler-privileged sigils to standard library types for things like Arc<T>
and, in 2014, they removed the green threading runtime that had been helping to encourage people to draw comparisons with Go.
Rust as the "great interop with C and a higher-level systems programming language" language we know today didn't truly exist until late 2014 or early 2015.
Posted Oct 30, 2022 17:41 UTC (Sun)
by nevyn (guest, #33129)
[Link] (1 responses)
Posted Oct 30, 2022 23:29 UTC (Sun)
by ssokolow (guest, #94568)
[Link]
Yes, Rust 1.0 was quite spartan... but you can still compile what you wrote for it in modern Rust assuming you don't fall into one of the exceptions like "this code only compiled because of a compiler bug".
Packaging Rust for Fedora
Packaging Rust for Fedora