All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:18, 3 December 2023 Elixirfan talk contribs created page Macros in Elixir (Created page with "== Macros in Elixir == Macros in [https://elixir-lang.org/ Elixir] are a powerful feature that allows developers to write code that generates code at compile-time. They provide a way to abstract repetitive tasks and enable metaprogramming capabilities within the language. === Macro Definition === In Elixir, macros are defined using the `defmacro` keyword. A macro is essentially a function that receives the code being written and returns the code that should replace it...")