Skip to content

NorthernLabs/elixir-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Short exercises to learn the Elixir language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages