Hacker News new | ask | show | jobs
by smackeyacky 24 days ago
Embedded programming is still in C for a lot of micro controllers and whatnot. If you’re programming with limited resources it’s essential to understand pointers and arrays. Likely you won’t be doing anything useful without them
2 comments

I understand certain programmers are chained to C. We should use this opportunity to castigate the people who don't target better languages rather than trying to work with clearly outdated tools.
What about just letting people decide for themselves instead of telling them what they should and shouldn't do.
Some times they need a little help from legislators.
Bruh
Could you crawl back to reddit? Thanks
Sir (generously), we deserve better than half-assed software in 2026. Please leave your racist-ass bigotry in the alps
With very few exceptions like PICs, most of them also support C++, which has nice goodies like span and views, that can be optionally bounds checked.