Remix.run Logo
alfiedotwtf 12 hours ago

> Because of Rust’s complexity

I would argue there is 2 types of complexities here:

1. Complexities when developing (Rust) 2. Complexities once running in production (C++)

I’d much much prefer to have errors and frustrations developing than users dropping out of the sky at 40,000ft

dartos 10 hours ago | parent [-]

The issue is that for all rusts complexities, it can still have production issues.

bennettnate5 2 hours ago | parent [-]

... and for all of C++'s perceived simplicity compared to Rust, it can still have compilation issues (looking at the compiler errors output by template classes can be a downright nightmare)