|
|
|
|
|
by uecker
425 days ago
|
|
Too much complexity, long build times, monomorphization, lack of stability / no standard, poor portability, supply chain issues, no dynamic linking, no proper standard, not enough different implementations, etc. It is a nice language though, but I do not prefer it over C. |
|
Monomorphization is what causes long build times, but it brings better performance than dynamic dispatch.
> lack of stability
There was another comment which also never elaborated on how Rust is not stable.
> supply chain issues
Not a language issue, you choose your dependencies.
> no proper standard, not enough different implementations
Is that a practical problem?
> no dynamic linking
There is.