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

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.

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