The Basic Type Your Language Might Be Missing
As a new Elixir programmer, I was surprised to learn about a fundamental data type called atoms that I had never encountered in other programming languages. Atoms are a unique data type in Elixir that simplify message passing and make code more reada...
lordneon.hashnode.dev5 min read