←back to thread

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