Go Language

Is it possible to use the Go programming Language on the Arduino?

I've read online that it's used for Raspberry Pi and Banana Pi, but I've not read anywhere that it can be used for the Arduino.

Any suggestions?

Thanks,

N.

If you can get it compiled, it can be loaded, the programmers will just see it as a generic .hex file.

Thanks.

I found this really cool tutorial I want to do online:

and so was wondering if it was possible. So you're saying, code from this tutorial will work? maybe just a few minor tweaks and it should get going??

Looks like C++, so maybe.
May have better luck with Parola library for Arduino tho.
https://parola.codeplex.com/

I don't see anything that suggests that "go" ever ran on anything as small as an AVR, and I see a couple of suggestions that it's probably not possible (due to lack of RAM.)