Hacker News new | ask | show | jobs
by bluejekyll 2830 days ago
In addition to Steve's comment, I'll add one more thing.

Try writing some Rust, it will surprise you in a few ways. These are not warts (though there are some), but more features of the language. For some these features, move-by-default, single-mutable-reference, strongly-typed-errors, they will be struggles to deal with initially.

It's a language that restricts you in many ways, and this is startling for many. It was for me for sure.