On Apr 2, 2014, at 10:14 PM, Daniel Micay <danielmi...@gmail.com> wrote:
> Perhaps we should have `print` and `println` back in the prelude and > call these `printf!` and `printfln!`. I think it would be a lot clearer, > as people always ask how these are different from `print` and `println`. I would not be opposed to putting print() and println() back in the prelude, but printf!() and printfln!() are not good names. Out format syntax does not match printf(), and any attempt to use the name printf would only sow confusion. Ultimately, though, I think things are fine as they are. In practice I haven't had any issue with the requirement to say println!("{}", s) if I want to print a variable. And most of the time it turns out I want to print more than just a variable anyway. -Kevin _______________________________________________ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev