←back to thread

175 points nateb2022 | 4 comments | | HN request time: 1.328s | 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 #
1. dlachausse ◴[] No.41521657[source]
Interestingly, Erlang is very batteries included as well. Probably even more so than Go in most cases.
replies(1): >>41521682 #
2. worldsayshi ◴[] No.41521682[source]
Does Elixir inherit those batteries or is the ecosystem partially disconnected from Erlang?
replies(1): >>41521707 #
3. brightball ◴[] No.41521707[source]
Elixir inherits it. You can call anything in Erlang directly.
replies(1): >>41527587 #
4. throwawaymaths ◴[] No.41527587{3}[source]
Not strictly true. Some stuff in the Erlang distribution must be included in extra_applications before you can call them.
replies(1): >>41527972 #