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
- Host: GitHub
- URL: https://github.com/aldiwildan77/elixir-101
- Owner: Aldiwildan77
- Created: 2025-03-18T18:13:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-18T18:58:50.000Z (about 1 year ago)
- Last Synced: 2026-05-13T10:46:38.134Z (17 days ago)
- Topics: elixir, elixir-programming-language
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)