katbow / learn-elixir

Learn Elixir to build dynamic, functional, scalable and maintainable web applications!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learn-elixir

Learn Elixir to build dynamic, functional, scalable and maintainable web applications!

Why?

Elixir is scalable, efficient, and fault-tolerant. Things will go wrong with code, and Elixir provides supervisors which describe how to restart parts of your system when things don't go as planned.

What?

"Elixir is a dynamic, functional language designed for building scalable and maintainable applications."

Background links:

How?

You can see how to install Elixir here

Installation basics:

Mac:

brew install elixir

Ubuntu:

About

Learn Elixir to build dynamic, functional, scalable and maintainable web applications!