Elixir vs Erlang
A friend of mine who is learning Elixir asked me how I would write a function
that takes a length n
and a char c
to build a string consisting of n
chars c
.
Uncommon Things for Common Tests
As far as the Erlang testing goes, here are some snippets I've collected over the years with the great help of my teammates (shout out to the Regulators crew!).
Read More »Writing Erlang with vim
Did you know that there's a suite of vim plugins dedicated to Erlang development making it, hands down, the best Erlang/OTP development environment? Let me break it down for you.
Read More »A little known fact about Erlang's sys.config
If you ever wondered how to deploy Erlang releases with ability to override their configuration per node/region/whatever, enjoy this little gem hidden in config documentation:
Read More »