Hacker News new | ask | show | jobs
by zppln 639 days ago
What are you on about? C is more useful day-to-day than the vast majority of languages. Learning it is hardly a waste of time.
1 comments

C is one of the worst designed programming languages still in use. It's a ridiculous, cruel joke on anyone looking to learn unless your actual goal is to learn what a programming language designed 70s computers looks like.
I think C is a simple well-designed systems language. It has some warts, but many of the things people complain about are matters of preference – or due to a lack of understanding of the problems that C is good at solving.

The only major challengers to C in the last 50 years are C++ and Rust. I think that’s a testament to the quality of the language.