Comment by denimnerd42
2 months ago
the batteries included approach is the stdlib that can do everything. turns out it’s hard to maintain and make good.
2 months ago
the batteries included approach is the stdlib that can do everything. turns out it’s hard to maintain and make good.
Yeah that's true. Go seems to be handling the 'fat stdlib' approach pretty well though. I really don't want Python to got the path of Rust where nothing is included.
I feel like Java does it the best. Golang didn't start with generics so it's a bit odd IMO.