←back to thread

175 points nateb2022 | 1 comments | | HN request time: 0.21s | source
Show context
Xeoncross ◴[] No.41521050[source]
> Zero dependencies

This is something seldom attempted, but I congratulate you. Go is one of a few languages that really is batteries-included. Just about anything you could need is included in the stdlib.

replies(4): >>41521157 #>>41521657 #>>41521695 #>>41521859 #
pjmlp ◴[] No.41521695[source]
Still doesn't have half of batteries that Python, Java and .NET include.
replies(4): >>41521882 #>>41521931 #>>41522719 #>>41531371 #
1. Xeoncross ◴[] No.41531371[source]
As someone that writes Java and Python, I'm unsure what you're referring to here by "batteries" other than 3rd party packages.

Even something as basic as JSON encoding requires an external package in Java.