|
|
|
|
|
by klabb3
986 days ago
|
|
> Making GC/goroutine optional & customizable requires building a std works with no GC/goroutine. Isn’t there a big difference between customizable, ie changing the runtime backend, vs NO runtime where goroutines and GC don’t work at all? In the latter case, you’d have to write very different, restricted Go code, no? And you’d even have to add some new features for manual memory reclaim? > relax, this is a new std, let's spare the baby some hope? Yeah, depends on what hat you put on. I wrote it wearing the “when would someone use something like this?”-hat. I don’t claim to know one way or the other. |
|