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:16, 3 December 2023 Elixirfan talk contribs created page Elixir Syntax (Created page with "== Introduction == Elixir is a dynamic, functional programming language built on top of the Erlang virtual machine (BEAM). It provides a concise and expressive syntax that allows developers to write clean and maintainable code. This article aims to provide an overview of the Elixir syntax, covering its key features and conventions. == Data types == === Atoms === An atom is a constant whose value is its own name. It is used to represent static values, such as status code...")