Why Typing Erlang is Hard (and what can we do about it)

I heard before that Erlang and the BEAM did not pack a static type system
because their creators “couldn’t build it”. Read more

Similar

Simple slug generator in Erlang

In Erlang, we are going to write a small module called ‘slug.erl’ which can handle all of this. Our home-spun routine will yield a quasi-random string of characters & with that, we can let our imagination run wild with what to do with the results.

Read more »

Erlang/Elixir Syntax: A Crash Course

This is a quick introduction to the Elixir syntax for Erlang developers and vice-versa. It is the absolute minimum amount of knowledge you need in order to understand Elixir/Erlang code, support interoperability, read the docs, sample code, etc. (more…)

Read more »