sasa1977 / elixir-in-action

Code samples for Elixir in Action book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Code samples for Elixir in Action book


Languages

Language:Elixir 98.5%Language:Lua 1.2%Language:Dockerfile 0.3%