Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 692 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 692 Bytes

Intro To Elixir

George Lesica [email protected]

Slides, notes, and demo code for my talk entitled "Introduction to the Elixir Programming Language".

The following tools are needed in order to build the slides and take full advantage of the code samples, etc.

  • Pandoc (>=1.12.2.1) - to build the slides
  • Elixir (>=0.13.2) - to run the example code

Building the materials

To build everything, just run make.

Getting Elixir

  1. Install Erlang: https://www.erlang-solutions.com/downloads/download-erlang-otp
  2. Install Elixir: * Linux: https://www.erlang-solutions.com/downloads/download-elixir * Others: http://elixir-lang.org/getting_started/1.html