Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sfat/programming-elixir-exercises

Exercises from Programming Elixir >= 1.6 while reading the book
https://github.com/sfat/programming-elixir-exercises

elixir elixir-examples elixir-lang elixir-language learning-elixir programming-elixir

Last synced: 5 days ago
JSON representation

Exercises from Programming Elixir >= 1.6 while reading the book

Awesome Lists containing this project

README

        

# Programming Elixir >= 1.6 Exercises
Examples and exercises from [Programming Elixir >= 1.6](https://pragprog.com/book/elixir16/programming-elixir-1-6) while reading the book

Table of contents
=================

* [Chapter 6](modules-and-named-functions/README.md)
* [Chapter 7](lists-and-recursion/README.md)
* [Chapter 8](maps-keywords-lists-sets-and-structs/README.md)
* [Chapter 10](enum-and-stream/README.md)
* [Chapter 11](strings-and-binaries/README.md)
* [Chapter 12](control-flow/README.md)
* [Chapter 13](organizing-a-project/README.md)
* [Chapter 14](tooling/README.md)
* [Chapter 15](spawn/README.md)
* [Chapter 16](nodes/README.md)
* [Chapter 17](servers/README.md)
* [Chapter 18](supervisors/README.md)
* [Chapter 19](a-more-complex-example/README.md)
* [Chapter 20](otp-applications/README.md)
* [Chapter 21](tasks/README.md)
* [Chapter 22](macros/README.md)
* [Chapter 23](use/README.md)
* [Chapter 24](protocols/README.md)
* [Chapter 25](more-cool-stuff/README.md)
* [Appendix 1](exceptions/README.md)
* [Appendix 2](typespecs/README.md)