Skip to content

4141done/elixir_lunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

elixir_lunch

Lunch and learn agenda for elixir

Number one

  1. Why Elixir?

  2. 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

  3. Pattern matching

  4. Functions Here's how you write a function Function diagram

  5. Piping

  6. Control flow

  • case
  • no ifs
  • response conventions

About

Lunch and learn agenda for elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages