Hacker News new | ask | show | jobs
by sli 460 days ago
I like writing C and still write C from time to time, but I've migrated to Rust for my hobbyist embedded projects and I just cannot imagine going back. It took me some time to work out how to get Embassy working smoothly, but now I just have a project template that's (for my purposes) absolutely rock solid. Rust and Cargo made embedded fun again for me.

Basically all of my struggling now is entirely based around hardware specifics rather than ironing out kinks in my code and I'm into that.