Concurrency in Elixir and Ruby Posted on May 22, 2016 | Jeremy D. Frens Concurrency is the future; therefore, Elixir is the future. [Read More] elixir ruby concurrency
Rebinding Variables in Elixir Posted on May 8, 2016 | Jeremy D. Frens Elixir rebinds (rather than reassigns) variables, and this can lead to some interesting behavior. [Read More] elixir
Side Effects in Ruby Posted on April 25, 2015 | Jeremy D. Frens I want to talk about rebinding variables in Elixir, but first I want to explain how Ruby (and every one else) handles variable assignments. [Read More] ruby lexical-scope