Elixir Syntax: 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:1614:16, 3 December 2023Elixirfan talk contribs 3,125 bytes +3,125 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..."