Hacker News new | past | comments | ask | show | jobs | submit login

Try to write a native GUI application in Rust, or async code, and you will see how little you have to think about it.



Yes, GUI work is a pain because of the way event loops and ownership in existing UI toolkits work, they're generally not designed for this. But Arc<Mutex< is likely your friend here.

Async can be a pain, but you learn the ways. I work in a codebase with quite a bit of it.

There are appropriate and inappropriate places to apply Rust.


It surely is my friend, and I will need to manually call clone() and borrow().




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: