@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.
@birdulon @nyanide
So yeah, starting a project that does more than a couple of things here and there, includes working with complex data structures and relies on multi-threaded code, might "fix it" for him/her 😏