How to start
The Elixir official site has a good guide for getting to learn the language.
Learning Resources
Setup
The official install points out the preferred way to set up your machine to use Elixir
IDEs and code editors
Check out Elixir Editors github page and the main site (right side)
- Emacs Mode
- Alchemist (Emacs Elixir Tooling)
- TextMate / Sublime Text Bundle
- Sublime Plugin
- Vim Elixir
- Alchemist.vim (Vim Elixir Tooling)
- Atom Package
- IntelliJ Elixir
- Visual Studio Elixir
Coding Style