Hacker News new | ask | show | jobs
by ericmj 2110 days ago
Elixir hasn’t done away with behaviours. They exist in the language and are used to implement features in the standard library itself and many libraries in the ecosystem.

You don’t have to go to Erlang documentation to learn about them since they are documented in Elixir as well [1] [2].

[1] https://elixir-lang.org/getting-started/typespecs-and-behavi... [2] https://elixir-lang.org/getting-started/typespecs-and-behavi...