As a newbie, I do not mind either way between importing std::io or having the function baked in a Pervasives/Prelude module. However, I concur that "log" is probably not the right tool for "Hello world".
Looks like it's decided. Filed a bug to get us a Pervasives module: https://github.com/graydon/rust/issues/1096
I also concur that names "log"/"log_err" do not accurately represent their behavior. What about renaming "log_err" to "dump" and "log" to "dump_log" or something such?
Looks like we have "echo", "show", and "dump" as the three contenders, all equally short. Anyone have strong preferences? I'm inclined toward "show" if there's no consensus.
Patrick _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
