Lunch and learn agenda for elixir
-
Why Elixir?
-
Basic language intro a. ints, floats, and strings behave much like ruby b. lists are linked lists, [thing | tails] c. Maps are like hashes but with a different syntax and access
-
Pattern matching
-
Functions Here's how you write a function Function diagram
-
Piping
-
Control flow
- case
- no ifs
- response conventions