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

https://github.com/aldiwildan77/elixir-101

Learn elixir language
https://github.com/aldiwildan77/elixir-101

elixir elixir-programming-language

Last synced: 12 days ago
JSON representation

Learn elixir language

Awesome Lists containing this project

README

          

# Self Taught Elixir

## Todo

- [x] Basic Syntax, Data Types, and Operators
- [x] Modules & Functions
- [x] Pattern Matching
- [x] Tuples & Lists
- [x] Recursion
- [ ] Pattern Matching (Deeper)
- [ ] Pipelines (|>)
- [ ] Structs & Maps
- [ ] Processes & Concurrency
- [ ] Agents & GenServer (For State Management)