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 Functional Programming in Elixir (Created page with "== Functional Programming in Elixir == Functional programming is an important paradigm in Elixir, a dynamic and functional programming language built on the Erlang VM. In functional programming, the focus is on writing code using pure functions that avoid mutable state and side effects. This approach brings several benefits such as improved code maintainability, testability, and concurrency support. === Immutability and Pure Functions === Elixir promotes immutability,...")