Hacker News new | ask | show | jobs
by rapsey 2506 days ago
It is really easy to make a blunder in c++ that will require a lot of effort to find. Debugging that on mobile platforms is not fun. Like they mention a deadlocking issue that was difficult to solve.

Rust is built for memory and thread safety. Also the much better build system and open source ecosystem.

1 comments

> Debugging that on mobile platforms is not fun

That's debatable ;)