OTP Principles: 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 2,656 bytes +2,656 Created page with "== OTP Principles == '''OTP''' (Open Telecom Platform) is a set of principles and libraries in the Elixir programming language that facilitates the development of highly scalable, fault-tolerant, and concurrent applications. OTP provides a framework for building robust and reliable systems, making it a crucial aspect of Elixir development. === Concurrency === OTP encourages the use of lightweight, isolated processes, known as '''actors''', to build concurrent appli..."