Want to learn and master Elixir?

Join Exercism’s Elixir Track for access to 166 exercises grouped into 58 Elixir Concepts, with automatic analysis of your code and personal mentoring, all 100% free.

About Elixir

Image

Key Features of Elixir


Elixir
Image

General-purpose

Elixir is used for web development, embedded software, data ingestion, and multimedia processing.

Image

Functional

Multi-clause functions with pattern matching and guards are the building blocks of Elixir code.

Image

Dynamically typed

Elixir has no compile-time type checks, favoring run-time pattern matching.

Image

Immutable

All data in Elixir is immutable, allowing for safer and easier-to-reason-about concurrency.

Image

Concurrent

Elixir uses the actor model - shared-nothing concurrency via message passing.

Image

Fault tolerant

Elixir runs on the Erlang VM, known for running low-latency, distributed and fault-tolerant systems.

Image

A taste of the concepts you'll cover


Image See all the concepts for ElixirImage
Image

Get mentored the Elixir way

Every language has its own way of doing things. Elixir is no different. Our mentors will help you learn to think like a Elixir developer and how to write idiomatic code in Elixir. Once you've solved an exercise, submit it to our volunteer team, and they'll give you hints, ideas, and feedback on how to make it feel more like what you'd normally see in Elixir - they'll help you discover the things you don't know that you don't know.

Learn more about mentoringImage
Image
Image

Community-sourced Elixir exercises

The Elixir track on Exercism has 58 concepts and 166 exercises to help you write better code.

See all Elixir exercisesImage
Image
Elixir

Get started with the Elixir track

The best part, it’s 100% free for everyone.

Join the Elixir track