@birdulon @nyanide
I can totally see where this is coming from: on the outside C is a very simple language, C++ and especially Rust code — with type conversions and fighting the borrow checker might seem like a clusterfuck with lots of superfluity. And when you only make small things you don't even realise that this simplicity comes at a price.
Same for Go really — except you can do more complex things with it, and I think they have ruined the language with generics.