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:22, 3 December 2023 Elixirfan talk contribs created page Elixir Metaprogramming (Created page with "== Elixir Metaprogramming == Metaprogramming is a powerful concept in the Elixir programming language that allows developers to write programs that generate and manipulate other programs. With metaprogramming, developers can achieve code generation, compile-time code evaluation, and dynamic code modification. === Macros === One of the main features of metaprogramming in Elixir is the use of macros. Macros are a mechanism that allows developers to define code transform...")