Elixir Basics: 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:2114:21, 3 December 2023Elixirfan talk contribs 2,589 bytes +2,589 Created page with "== Introduction == Elixir is a powerful, functional programming language that runs on the Erlang virtual machine. It combines the efficiency and reliability of Erlang with a modern, expressive syntax, making it a popular choice for building scalable and fault-tolerant systems. This article will introduce you to the basics of Elixir, including its syntax, data types, and key concepts. == Syntax == Elixir's syntax is influenced by Ruby, making it both readable and elegant..."