Hacker News new | ask | show | jobs
by oll3 1036 days ago
I have replaced my use of C (and C++) in embedded with Rust for the last couple of years. Sure, some parts are still missing or immature, but overall also very promising. And I do enjoy it so much more than the MCU manufacturer's please-insert-your-c-code-between-these-comments-and-pray kind of development.
1 comments

Are you doing this on personal projects or commercial projects? I'm pretty happy with c++17 on all my embedded commercial projects
Strictly commercial. But if one is happy with other language I guess there is little reason to switch.