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:15, 3 December 2023 Elixirfan talk contribs created page Metaprogramming in Elixir (Created page with "== Metaprogramming in Elixir == Metaprogramming refers to the ability of a program to write or generate code at runtime, allowing developers to dynamically modify the behavior of a program. Elixir, being a powerful and extensible programming language, provides a rich set of metaprogramming features which enable developers to write expressive and concise code. === Macros === Macros in Elixir allow developers to generate code based on macros' invocations. They are used...")