Skip to content

dxq-git/the-little-elixir-otp-guidebook-code

 
 

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%