Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I don't know what Rust's print! implementation looks like. I also don't care. I am not a Programming Language programmer. I am a user of programming languages.

Using C-style printf sucks balls. It's extremely error prone and it doesn't support complex types. Using Rust's print system is delightful. I can't make a type error and arbitrarily complex types can be printed with roughly zero effort via {:?} and #[derive(Debug)].



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: