Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.16 KB

File metadata and controls

41 lines (31 loc) · 1.16 KB
layout page
title Elixir School
lang en

License

Lessons about the Elixir programming language, inspired by Twitter's Scala School.

Available in Việt ngữ, 汉语, Español, Slovenčina, 日本語, Polski, Português, Русском, Bahasa Melayu, Українською, 한국어, L'italiano, Deutsch, বাংলা and other.

Your feedback and participation is encouraged!

About Elixir

"Elixir is a dynamic, functional language designed for building scalable and maintainable applications." — elixir-lang.org

Elixir leverages the battle tested Erlang VM (BEAM) to build distributed and fault-tolerant systems with low-latency out of the box.

Features:

  • Scalable
  • Fault-tolerant
  • Functional Programming
  • Extensible