Hacker News new | ask | show | jobs
by owenpalmer 959 days ago
Read the Rust Book. Rust is not like other languages, you need to understand the fundamentals before staring a project, otherwise you will get frustrated.
1 comments

Same with C++. Even C++98/03 becomes beautiful after reading TC++PL.