Hacker News new | ask | show | jobs
by PurpleRamen 1273 days ago
I don't think the Go-stdlib is significant better than the Python-batteries. For normal stuff, you can build without dependencies in python too. The problem starts when you use more complex stuff, or want to save time by using a lib delivering certain benefits. After all, you can't build and maintain everything by yourself.
1 comments

Shipping Go is a hell of a lot easier.