Y
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
nrabulinski
1041 days ago
Why would it be a problem? A lot of functional languages are garbage collected and it hasn’t been a problem for them
link
kerkeslager
1041 days ago
Functional languages typically have much more sophisticated garbage collectors than Go's.
link