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

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

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