Skip to content

A repo containing my solutions to the exercises from the book Programming Elixir by Dave Thomas

Notifications You must be signed in to change notification settings

tommcgurl/programming-elixir-exercises

Repository files navigation

Programming Elixir Exercises

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.

Format

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.

Chapters Completed

  • 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

About

A repo containing my solutions to the exercises from the book Programming Elixir by Dave Thomas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages