On Wed, Jan 29, 2014 at 10:18 PM, Samuel Williams <[email protected]> wrote: > Do you think for client code it would be the same proportion as in "library" > code?
High-level code won't need nearly as much mutability. One example is the lack of a need to use loop control variables in most cases now. The Rust codebase is also far from being a completely modern dialect of the language and uses much more mutability than it needs to. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
