Hacker News new | ask | show | jobs
by timeon 1636 days ago
> Usually, you don't start learning a new language with multithreaded operations..

When I have started with rust I was not writing stuff with Box/Rc/Arc... or even explicit lifetimes. Not saying that I was cloning everything but for simple stuff you can come long way with just moving and simple borrowing.