Hacker News new | ask | show | jobs
by kevin_thibedeau 3448 days ago
We use embedded C++ though it is mostly C with classes and sugar after throwing out STL and exceptions. I'm eagerly awaiting more embedded friendly Nim improvements since it can be plumbed into existing embedded C tool chains.
1 comments

Happy to see that you mentioned Nim. What improvements are you looking for in regards to embedded development?
The ability to do useful things without the GC would be nice.