> Go's GC has certainly a very different policy about how it tracks coroutines' > stacks, and bringing that to Nim could mean a change in a way GC is tracked, > which is clearly just not worth it. I don't know the internals to make > affirmations.
With ARC these things became a non-issue as ARC does not care about stacks and your NimGo project depends on this aspect already.