Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sfat/programming-elixir-exercises
- Owner: sfat
- License: apache-2.0
- Created: 2019-02-02T08:51:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T09:05:06.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T00:46:02.284Z (about 2 months ago)
- Topics: elixir, elixir-examples, elixir-lang, elixir-language, learning-elixir, programming-elixir
- Language: Elixir
- Size: 1.71 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 bookTable 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)