Last active
October 28, 2024 00:58
Revisions
-
jessejanderson revised this gist
Sep 5, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ Blogs - [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 -
jessejanderson created this gist
Sep 5, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/)