Hacker News new | ask | show | jobs
by skybrian 2892 days ago
The JS garbage collector would be unlikely to work for Go since Go allows pointers into the middle of an object and JS doesn't.