Hacker News new | ask | show | jobs
by keyle 1041 days ago
Potentially a silly question: isn't the garbage collection going to become a problem with this style of Go implementation in large software?
1 comments

Why would it be a problem? A lot of functional languages are garbage collected and it hasn’t been a problem for them
Functional languages typically have much more sophisticated garbage collectors than Go's.