This repo contains my solutions to the exercises from the book Programming Elixir by Dave Thomas as well as examples from the text.
Programming Elixir is a fantastic book for anyone looking to try out or learn Elixir. It has great exercises and examples. This repo is part of my journey in learning Elixir.
I broke the project down by chapter. There is a folder for each chapter and the file contain both examples from the text as well as solutions to the exercises.
See the comment in each file for more specific information.
- Chapter 5 - Anonymous Functions
- Chapter 6 - Modules and Named Functions
- Chapter 7 - Lists and Recursion
- Chapter 8 - Dictionaries
- Chapter 10 - Enum and Stream
- Chapter 11 - Strings and Binaries
- Chapter 12 - Control flow
- Chapter 13 - Organizing a Project
- Part II - Concurrent Programming