Skip to content

Instantly share code, notes, and snippets.

@jessejanderson
Last active October 28, 2024 00:58

Revisions

  1. jessejanderson revised this gist Sep 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion macros.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    Blogs

    - Understanding Elixir Macros by Saša Jurić ([Part 1](http://theerlangelist.com/article/macros_1) [Part 2](http://theerlangelist.com/article/macros_2) [Part 3](http://theerlangelist.com/article/macros_3) [Part 4](http://theerlangelist.com/article/macros_4) [Part 5](http://theerlangelist.com/article/macros_5) [Part 6](http://theerlangelist.com/article/macros_6))
    - [Understanding Elixir Macros, Part 1](http://theerlangelist.com/article/macros_1) by Saša Jurić (more: [Part 2](http://theerlangelist.com/article/macros_2) [Part 3](http://theerlangelist.com/article/macros_3) [Part 4](http://theerlangelist.com/article/macros_4) [Part 5](http://theerlangelist.com/article/macros_5) [Part 6](http://theerlangelist.com/article/macros_6))

    Books

  2. jessejanderson created this gist Sep 5, 2017.
    28 changes: 28 additions & 0 deletions macros.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    Blogs

    - Understanding Elixir Macros by Saša Jurić ([Part 1](http://theerlangelist.com/article/macros_1) [Part 2](http://theerlangelist.com/article/macros_2) [Part 3](http://theerlangelist.com/article/macros_3) [Part 4](http://theerlangelist.com/article/macros_4) [Part 5](http://theerlangelist.com/article/macros_5) [Part 6](http://theerlangelist.com/article/macros_6))

    Books

    - [Metaprogramming Elixir](https://pragprog.com/book/cmelixir/metaprogramming-elixir) by Chris McCord

    Official Documentation

    - [Kernel](https://hexdocs.pm/elixir/Kernel.html)
    - [Kernel.SpecialForms](https://hexdocs.pm/elixir/Kernel.SpecialForms.html)
    - [Macro](https://hexdocs.pm/elixir/Macro.html)

    Official Guide

    - [Quote and unquote](https://elixir-lang.org/getting-started/meta/quote-and-unquote.html)
    - [Macros](https://elixir-lang.org/getting-started/meta/macros.html)
    - [Domain Specific Languages](https://elixir-lang.org/getting-started/meta/domain-specific-languages.html)

    Videos

    - [Elixir in Elixir](https://youtu.be/p8MGNw045AE) by Jay Hayes
    - [Write Less, Do More (and Have Fun!) with Elixir Macros](https://youtu.be/mkoYqXdXl5Y) by Chris McCord

    Community

    - [Elixir Slack Group](https://elixir-slackin.herokuapp.com/)