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
To build everything, just run make
.
- Install Erlang: https://www.erlang-solutions.com/downloads/download-erlang-otp
- Install Elixir: * Linux: https://www.erlang-solutions.com/downloads/download-elixir * Others: http://elixir-lang.org/getting_started/1.html