Erlang tutorial

July 3, 2018 ยท View on GitHub

Day 1: Setup, Erlang shell, variables, types, modules, functions

Day 2: Logic, atoms, tuples, pattern matching, recursion

Day 3: Lists, strings

Day 4: Higher Order Functions and List Comprehensions

Day 5: Processes

Day 6: Handling errors

Day 7: Storing structured data

Day 8: Server and supervisor processes, fault tolerance

Video recordings on YouTube

Contents

  1. 0.1Day 1: Setup, Erlang shell, variables, types, modules, functions
  2. 0.2Day 2: Logic, atoms, tuples, pattern matching, recursion
  3. 0.3Day 3: Lists, strings
  4. 0.4Day 4: Higher Order Functions and List Comprehensions
  5. 0.5Day 5: Processes
  6. 0.6Day 6: Handling errors
  7. 0.7Day 7: Storing structured data
  8. 0.8Day 8: Server and supervisor processes, fault tolerance
  9. 0.9Video recordings on YouTube