Hacker News new | ask | show | jobs
by JediLuke 1322 days ago
In the Elixir kernel, defmacro is defined by calling the defmacro macro about itself

https://github.com/elixir-lang/elixir/blob/main/lib/elixir/l...