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
- Host: GitHub
- URL: https://github.com/markcial/essence
- Owner: Markcial
- License: mit
- Created: 2017-02-13T17:49:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T19:28:10.000Z (over 8 years ago)
- Last Synced: 2025-02-05T03:28:24.625Z (4 months ago)
- Topics: crash-course, elixir-language, tutorial
- Language: Elixir
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)