Exercism "Pig Latin" walkthrough - Elixir Australia

Pig Latin is a toy language that mixes up english word beginnings and endings to create sort of latin sounding words. In this video we’re walking through solving an Exercism exercise to do that using Elixir. Some interesting bits and pieces around using binary pattern matching and custom macro guards to get the most out of using Elixir. My next door neighbour is a high school latin teacher. I don’t think he’d be all that impressed though.

Online talk from Elixir Australia March 2020 meetup.

Solution is available on Exercism