Hacker News new | ask | show | jobs
by bboygravity 496 days ago
Can confirm pretty much the entire embedded systems world uses either C or C++.

That's probably most devices in the world.

1 comments

It used to be C++ would be the last choice for embedded...

Modern C++ with constexpr and friends and the massive work and cunning they have put into avoiding template bloat....

...C++ is now my first choice for embedded.