Hacker News new | ask | show | jobs
by blub 1462 days ago
And what are you thinking about now?

For me it was what lifetimes and types to use to make my program work. Just as it was in C++, but with a static verification step at the end which most of the time got in my way.

Rust makes lots of sense in high-churn projects or projects which have very high security requirements (like browsers). Otherwise I’d think carefully about using it.

1 comments

You had to think about lifetimes in C++, too, but in Rust at least they're written down and enforced.