https://github.com/brunojppb/programming_elixir_book
Following along and doing the exercises to learn Elixir.
https://github.com/brunojppb/programming_elixir_book
elixir erlang otp
Last synced: 2 months ago
JSON representation
Following along and doing the exercises to learn Elixir.
- Host: GitHub
- URL: https://github.com/brunojppb/programming_elixir_book
- Owner: brunojppb
- Created: 2016-06-08T20:19:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T13:29:08.000Z (about 6 years ago)
- Last Synced: 2025-08-16T02:47:15.707Z (10 months ago)
- Topics: elixir, erlang, otp
- Language: Elixir
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Elixir
Reading, learning and taking the challenges of the book [Programming Elixir](https://pragprog.com/book/elixir/programming-elixir) by [Dave Thomas](https://pragdave.me/)
## Chapters with exercises
* [x] Mathematical representation of matching
* [x] Anonymous Functions
* [x] Functions and modules
* [x] Pattern matching
* [x] Lists and pattern matching within a pattern match
* [x] Maps and data structures
* [x] Streams
* [x] Concurrent programming
* [x] Sending and receiving messages to child processes
* [x] Agents
* [x] Nodes and Distributed services
* [ ] OTP - Open Telecom Platform