Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 2.16 KB

File metadata and controls

69 lines (44 loc) · 2.16 KB

Elixir Katas

Collection of short exercises to learn the Elixir language. Inspired by lambdaclass/erlings.

To learn about the language syntax, please take a look at Elixir's Getting Started guide.

Setup

To get started, you will need a working installation of Elixir. We recommend using a version manager such as asdf.

For MacOS:

$ brew install asdf
$ asdf plugin-add elixir
$ asdf install elixir

Then clone the repository:

$ git clone https://www.github.com/northernlabs/elixir_katas

Usage

You will have to write implementations for the functions in the ElixirKatas project and get all the tests passing.

Run

$ mix katas

and follow the instructions to get started.

Solutions

If you get stuck, you can review our solutions in the solutions branch:

$ git checkout solutions

Useful links

More excercises

Guides

Videos

Books