Programming Vending Machines with Go?

Purely out of curiosity, I am wondering if Golang can be used to program machines such as friedges or vending machines (seeing as though it is extremely compatable with many operating systems because of the way it compiles).
I have absolutely no idea how machines such as vending machines are programmed and how it all works, but is it possible that Golang can be used for this and is there any chance some machines will switch to use Golang for any reason?

For more complex embedded systems like these, the use of arm processors are very common and golang programs can be compiled targeting these processors when they are 64 bit.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.