I’ll look into GC’less golang tomorrow. You’ve given me an interesting rabbit hole to go down…
Login to reply
Replies (1)
yeah, there is a variant also, tinygo which supports almost everything in go except for GC, main point is it will let you use coroutines, even on one core you can use coroutines, they are possible to use that way (with channels as well of course)
TinyGo
TinyGo Home
TinyGo - A Go Compiler For Small Places Get Started See the code Go on embedded systems and WebAssembly
TinyGo brings the Go programming language t...