https://github.com/inblack67/elixir-fundamentals---udemy-course
https://github.com/inblack67/elixir-fundamentals---udemy-course
elixir functional-programming
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/inblack67/elixir-fundamentals---udemy-course
- Owner: inblack67
- Created: 2024-01-03T12:10:25.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T12:11:59.000Z (about 2 years ago)
- Last Synced: 2024-04-24T10:36:31.027Z (almost 2 years ago)
- Topics: elixir, functional-programming
- Language: Elixir
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir Fundamentals - Prequel for building projects
- iex shell overview
- compile, recompile, alias etc
- basics
- data types (integers, floats, booleans, strings, atoms)
- operations (arithmetic, boolean, comparison etc.)
- list
- keyword list
- map
- enums
- pattern matching
- if else
- case
- cond
- with
- pipe
- functions
- function guards
- strings
- date time