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
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
Side Effects Matter Posted on April 25, 2015 | Jeremy D. Frens Why do side-effects matter? Concurrency, my boy. Concurrency. [Read More] elixir ruby concurrency