|
|
|
|
|
by whytevuhuni
3 days ago
|
|
I'm a really big fan of Rust, but I have to challenge this, GP was clearly talking about the complexity of the language itself, and that one is high. Extra features and extra static checking add complexity. Extra complexity in the language can make simple programs harder, and they make complex programs easier to code and maintain, like you said. However, nobody will ever be able to make a Rust equivalent of TinyCC, the language's rules are insanely complex, especially for things like GATs and the other tricky concepts it's trying to tackle. |
|
I would on the contrary say that adding extra static checking deducts from the _actual_ complexity of the domain and its application.