7 ms·
TinyGo is not Go, it's more accurate to see it as a dialect rather than a separate Go implementation imo. Many packages (even the stdlib) don't compile under it
by sapiogram 3y ago
TinyGo is not Go, it's more accurate to see it as a dialect rather than a separate Go implementation imo. Many packages (even the stdlib) don't compile under it, and as I understand it, certain language features involving runtime reflection are likely to never be supported.
- pjmlp 3y agoJust like what many people call C is not ISO C, and similarly many ISO C libraries don't compile with "C" compilers for the same environments as TinyGo.
- hamburglar 3y agoThe differences between TinyGo and Go are vast compared to “C vs ANSI C” though.
- pjmlp 3y agoDepends on which embedded toolchain we are talking about.