Comment on Ask HN: What should be included in a standard library?Comments−moomoo111yGo has a nice std, and interfaces that make it easy to add on top instead of reinventing the wheel.I think as long as a language offers the basics (like streams, etc) it’s not that bad to build on top of it.
Comments
Go has a nice std, and interfaces that make it easy to add on top instead of reinventing the wheel.
I think as long as a language offers the basics (like streams, etc) it’s not that bad to build on top of it.