5 ms·
Agreed- I come from a Java/C++ shop where we tried to tackle this dichotomy with interop but it ended up causing more problems than it solved. A lot of the work
by leapis 2y ago
Agreed- I come from a Java/C++ shop where we tried to tackle this dichotomy with interop but it ended up causing more problems than it solved. A lot of the work that Java has done with modern garbage collectors is impressive, but even they admit (indirectly, via Valhalla) that no/low-alloc code has it's place.
- astrobe_ 2y ago> no/low-alloc code has it's place ... Which is pretty large in the embedded firwmare field. However that's not systems programming but system (singular) programming.