guypeer8 / the-little-elixir-otp-guidebook-code

Code examples for The Little Elixir & OTP Guidebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for The Little Elixir & OTP Guidebook

Welcome! This is the source code for "The Little Elixir & OTP Guidebook".

Running the code

For programs that are not created by mix, can be run as such:

% iex length_converter.ex

Larger programs such as metex in Chapter 3, can be run with the following command:

% iex -S mix

These larger programs will contain their own READMEs and more detailed instructions on running the program.

Enjoy!

About

Code examples for The Little Elixir & OTP Guidebook


Languages

Language:Elixir 99.5%Language:Vim Script 0.4%Language:Erlang 0.1%