usbarmory / tamago

TamaGo - ARM/RISC-V bare metal Go
BSD 3-Clause "New" or "Revised" License
1.35k stars 52 forks source link

question: why new bear metal go compiler? #2

Closed Aukstkalnis closed 4 years ago

Aukstkalnis commented 4 years ago

I am curios why are you developing new go compiler for MCUs when there are already TinyGo project? Have you seen this project?

andrejro commented 4 years ago

Hi, please check:

https://github.com/inversepath/tamago/wiki/Frequently-Asked-Questions-(FAQ)#how-does-tamago-differ-from-tinygo

Thanks