IMHO: JavaScript won because it is single-threaded.
The regular JS dev will never need a mutex like we do on native. And that makes things so much easier for systems design.
Until it's time to do production level stuff, then the rust-compiler becomes a missed friend!!!!!!!!
Please Login to reply.
Rust async is a disaster too.