https://en.wikipedia.org/wiki/Elixir_(programming_language)
http://blog.plataformatec.com.br/2015/06/elixir-in-times-of-microservices/
Elixir and Elm, the perfect couple - Tomasz Kowal, Lambda Days, 2016
The art of destroying software - Greg Young, 2014
Go Concurrency Considered Harmful - @sargun
Dave Thomas Elixir demo at LoneStar Ruby 2013
http://elixir-lang.org/install.html
Do José Valim's howistart.org intro
https://learnxinyminutes.com/docs/elixir/
ElixirConf 2015 - Keynote: Elixir Should Take Over The World by Jessica Kerr
ElixirConf 2015 - Expert Panel
Erlang Factory 2015: Jamie Winsor - Building And Releasing A Massively Multiplayer Online Game
http://elixir-lang.org/getting-started/introduction.html
Elixir Bridge - community lessons
State of the art in deploying elixir-phoenix applications
(From Jordan Dimov on Elixir)
Programming Elixir - Dave Thomas
Introducing Elixir - Laurent & Eisenberg
Elixir Cookbook - Paulo A Pereira
Études for Elixir - David Eisenberg FREE!
if following along with howistart.org on a mac, when using distributed nodes, use full node name --name room1@
hostname
rather than --sname room1. Note --name vs --sname.From room2 can then Node.ping :"[email protected]". Couldn't ping before.
as per http://stackoverflow.com/questions/33697501/cannot-connect-elixir-nodes-on-macbook-pro