Elixir Metaprogramming: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:2214:22, 3 December 2023Elixirfan talk contribs 2,770 bytes +2,770 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..."