Elixir's (Almost) Insane Flexibility: "Mutable" Iteration via Macros
Have you happily sworn off JavaScript-style for
, break
, and continue
after moving to Elixir? It turns out you don’t have to. (Even though you should.)
Let’s have a little fun this Friday – see how macros can bend Elixir to do things that probably shouldn’t be done!
http://ericent.in/elixir/macros/2016/06/10/elixir-flexibility.html
Read next Make Erlang and Elixir (iex) shells save shell history across sessions