Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 990 Bytes

File metadata and controls

32 lines (22 loc) · 990 Bytes
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, 日本語 and Português.

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 ErlangVM to build distributed and fault-tolerant systems with low-latency out of the box.

Features:

  • Scalable
  • Fault-tolerant
  • Functional Programming
  • Extensible