An open API service indexing awesome lists of open source software.

https://github.com/markcial/essence

Practical examples for a crash course introduction to the elixir language
https://github.com/markcial/essence

crash-course elixir-language tutorial

Last synced: about 2 months ago
JSON representation

Practical examples for a crash course introduction to the elixir language

Awesome Lists containing this project

README

        

# essence
Practical examples for a crash course introduction to the elixir language

## Install Elixir

Follow the elixir website [install guide](http://elixir-lang.org/install.html).

## TOC

* [01 variables](01-variables/ABOUT.md)
* [02 operators](02-operators/ABOUT.md)
* [03 functions](03-functions/ABOUT.md)
* [04 pattern matching](04-pattern-matching/ABOUT.md)
* [05 structs](05-structs/ABOUT.md)
* [06 recursion](06-recursion/ABOUT.md)
* [07 processes](07-processes/ABOUT.md)
* [08 messaging](08-messaging/ABOUT.md)
* [09 application](09-application/ABOUT.md)
* [10 webserver](10-webserver/ABOUT.md)