ElixirDump Dumping ground for learning Elixir Basics Much of it from Derek Banas' video, with various changes as I attempt to learn the language. Contents hello.ex variables.ex strings.ex comparisons.ex decisions.ex tuples.ex lists.ex maps.ex patternmatching.ex anonymousfunctions.ex recursion.ex looping.ex enums.ex listcomp.ex exceptions.ex concurrency.ex