[amscotti@128bit.io ~/posts]# grep -l "erlang" *.md | xargs -n1 head _
Date: September 29, 2013

An exploration of Elixir, a functional programming language running on the Erlang VM. Discusses functional programming benefits for multi-core processing without thread safety issues, Erlang's role in enabling concurrent systems, actor model, pattern matching, and how Elixir builds on these foundations with modern syntax.