issues
search
wagners32
/
roadmap
0
stars
0
forks
source link
Elixir
#26
Open
wagners32
opened
1 year ago
wagners32
commented
1 year ago
Getting Started
[x]
Introduction
[x]
Basic types
[x]
Basic operators
[x]
Pattern matching
[x]
case, cond, and if
[ ]
Binaries, strings, and charlists
[ ]
Keyword lists and maps
[ ]
Modules and Functions
[ ]
Recursion
[ ]
Enumerables and streams
[ ]
Processes
[ ]
IO and the file system
[ ]
alias, require, and import
[ ]
Module attributes
[ ]
Structs
[ ]
Protocols
[ ]
Comprehensions
[ ]
Sigils
[ ]
try, catch, and rescue
[ ]
Optional syntax sheet
[ ]
Erlang libraries
[ ]
Debugging
[ ]
Typespecs and behaviours
[ ]
Where to go next
Mix and OTP
[ ]
Introduction to Mix
[ ]
Agent
[ ]
GenServer
[ ]
Supervisor and Application
[ ]
Dynamic supervisors
[ ]
ETS
[ ]
Dependencies and umbrella projects
[ ]
Task and gen_tcp
[ ]
Doctests, patterns and with
[ ]
Distributed tasks and tags
[ ]
Configuration and releases
Meta-programming in Elixir
[ ]
Quote and unquote
[ ]
Macros
[ ]
Domain-specific languages
Getting Started
Mix and OTP
Meta-programming in Elixir