I’ll look into GC’less golang tomorrow. You’ve given me an interesting rabbit hole to go down…
Discussion
yeah, there is a variant also, tinygo https://tinygo.org/ 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)