|
|
|
|
|
by smt88
3263 days ago
|
|
> you would really have to offer something groundbreaking to displace C and C++ while also matching portability If you offer something groundbreaking, you don't need to match portability. Many people will be willing to make the tradeoff. > Microcontrollers and constrained environments are another critical niche for C and C++ Why do you assume Rust can't be used for these niches? I understand the potential issues with old environments, but what about modern/future ones? > It also does not do build once deploy everywhere stuff Java and JS attempt. Rust compiles to JS today. It will eventually compile to WebAssembly. |
|