Earlier quoted context omitted.
> And you can't use go outside of the "PC" (that is, embedded systems). Why not? It runs on Arm.
You need a deterministic memory management.
Sure, there are some places that can't use Go. But there are also places that cant use dynamically allocated memory or recursion. Not all embedded systems are safety critical or need to be absolutely deterministic.