• Stars
    star
    878
  • Rank 49,897 (Top 2 %)
  • Language
    Elixir
  • Created over 9 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code samples for Elixir in Action book

Build Status

This branch contains accompanying code for Elixir in Action, Second Edition.

To compile and run the code, you'll need Elixir 1.7 and Erlang 21.x. If you're using the asdf version manager, keep in mind that this repository contains the .tool-versions file, specifying the Erlang and Elixir versions used to write this code. In this case you'll need to run asdf install in the root folder of this repository, to make sure the correct versions are installed. If you prefer to use different Elixir/Erlang versions, you can specify them in the .tool-versions file.

A git client should also be installed and available somewhere in the execution path.

The code for the first edition can be found here.