Skip to content
This repository was archived by the owner on Jun 24, 2018. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 233 Bytes

5_today.md

File metadata and controls

8 lines (6 loc) · 233 Bytes

What we're going to cover today

  • How Elixir is compiled
  • Introduction to the Abstract Syntax Tree (AST)
  • The role of quote & unquote

This talk is basically a remix of @sasajuric great macro blog post series. All kudos to him!