Slide 10
Slide 10 text
GO VS TINYGO: GO LANGUAGE FEATURES
02. What is TinyGo?
Concurrency ✅ Concurrency != Parallelism
Reflection Marshal structure with json fields doesn't work
Garbage Collection ✅ -gc=none, -gc=leaking, -gc=conservative
Standard libraries Packages supported by TinyGo e.g.: net/http
🎯 Compatibility with Go ecosystem