Writing a simple macro in Elixir

Поделиться
HTML-код
  • Опубликовано: 26 дек 2024
  • A walk through the process of implementing a version of the Ruby or Rails `returning` function using an Elixir macro.

Комментарии • 6

  • @ericoutofthegfw
    @ericoutofthegfw 8 лет назад

    now I understand why data is beautiful. It is beautiful and pure.

  • @friedrichdergroe9664
    @friedrichdergroe9664 7 лет назад

    Damned powerful, and gives me a lot of -- dangerous -- ideas, as I love to exploit metaprogramming when I can. :) Thanks for this helpful video.

  • @human417
    @human417 8 лет назад

    Very interested in your emacs config set up sir, great video thanks!

  • @BrandonWeaverLemur
    @BrandonWeaverLemur 10 лет назад +1

    Also much the same as the ``tap`` method

    • @josiahb5229
      @josiahb5229 10 лет назад

      Never REALLY looked at Elixir before, so it's interesting for me to see that Elixir basically looks like a very Lispy Ruby.

    • @envueltoenplastico
      @envueltoenplastico 3 года назад

      Which is now a Kernel method coming in Elixir 1.13 :)