Skip to content

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

This branch is up to date with benjamintanweihao/the-little-elixir-otp-guidebook-code:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 25, 2020
78b372f · Feb 25, 2020

History

41 Commits
Feb 11, 2015
Jul 18, 2016
Sep 29, 2016
Sep 29, 2016
Dec 5, 2018
Feb 25, 2020
Jul 7, 2017
Jul 17, 2016
Nov 14, 2015
Nov 14, 2015
Nov 14, 2015

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 99.5%
  • Other 0.5%