Is modern D ready for "embedded first" paradigm?
Denis Feklushkin
feklushkin.denis at gmail.com
Sat Dec 9 07:23:06 UTC 2023
On Friday, 8 December 2023 at 22:45:05 UTC, IGotD- wrote:
> You have to keep in mind you need to separate small embedded
> systems (about 128K and less) IoT, multimedia. IoT and
> multimedia requires a full "rich OS" with a graphics stack and
> networking, which means full D and you would probably not use
> better C or similar.
Could be classified by other way: embedded which does not
allocates memory during normal operation and which allocates
And, because of D has ability to easy and gracefuly handle
allocation errors, so we can assume that D is better suited than
C++ for "embedded multimedia" role
More information about the Digitalmars-d
mailing list